CVBpy 14.0
CubeType Class Reference

Defines the type of the cube. More...

Inherits object.

Static Public Attributes

int ContinuousCube = 0
 Linear cube with owning buffer.
 
int LinearNonOwningCube = 1
 Linear cube without owning buffer.
 
int MappedCube = 2
 Mapped cube holds a reference of a continuous cube.
 
int StackedCube = 3
 Stacked cube with potentially non-linear buffer.
 

Detailed Description

Defines the type of the cube.