vtkStructuredData - abstract class for topologically regular data
Super Class: vtkObject
Description:
vtkStructuredData is an abstract class that specifies an interface for topologically regular data. Regular data is data that can be accessed in rectangular fashion using an i-j-k index. A finite difference grid, a volume, or a pixmap are all considered regular.
Methods:
![]() | static vtkStructuredData *New () |
![]() | const char *GetClassName () |
![]() | static int SetDimensions (int ,int ) |
![]() | static int GetDataDimension (int ) |
![]() | static void GetCellPoints (int ,vtkIdList * ,int ,int ) |
![]() | static void GetPointCells (int ,vtkIdList * ,int ) |
![]() | static int ComputePointId (int ,int ) |
![]() | static int ComputeCellId (int ,int ) |
![]() | void GetCellPoints (int ,vtkIdList & ,int ,int ) |
![]() | void GetPointCells (int ,vtkIdList & ,int ) |
Detailed Method Descriptions:
![]() | static int SetDimensions (int ,int ) |
![]() | static int GetDataDimension (int ) |
![]() | static void GetCellPoints (int ,vtkIdList * ,int ,int ) |
![]() | static void GetPointCells (int ,vtkIdList * ,int ) |
![]() | static int ComputePointId (int ,int ) |
![]() | static int ComputeCellId (int ,int ) |
![]() | void GetCellPoints (int ,vtkIdList & ,int ,int ) |