#include <dim4.hpp>
- Examples: 
- computer_vision/matching.cpp, financial/black_scholes_options.cpp, graphics/fractal.cpp, graphics/gravity_sim.cpp, graphics/surface.cpp, helloworld/helloworld.cpp, image_processing/brain_segmentation.cpp, image_processing/morphing.cpp, image_processing/optical_flow.cpp, machine_learning/rbm.cpp, pde/swe.cpp, and unified/basic.cpp.
§ dim4() [1/4]
§ dim4() [2/4]
§ dim4() [3/4]
§ dim4() [4/4]
      
        
          | dim4 | ( | const unsigned | ndims, | 
        
          |  |  | const dim_t *const | dims | 
        
          |  | ) |  |  | 
      
 
 
§ elements() [1/2]
§ elements() [2/2]
§ get() [1/2]
§ get() [2/2]
  
  | 
        
          | const dim_t* get | ( |  | ) | const |  | inline | 
 
 
§ ndims() [1/2]
§ ndims() [2/2]
§ operator!=()
      
        
          | bool operator!= | ( | const dim4 & | other | ) | const | 
      
 
 
§ operator*=()
§ operator+=()
§ operator-=()
§ operator==()
      
        
          | bool operator== | ( | const dim4 & | other | ) | const | 
      
 
 
§ operator[]() [1/2]
      
        
          | dim_t& operator[] | ( | const unsigned | dim | ) |  | 
      
 
 
§ operator[]() [2/2]
      
        
          | const dim_t& operator[] | ( | const unsigned | dim | ) | const | 
      
 
 
§ dims
The documentation for this class was generated from the following file: