vtkStructuredGrid - topologically regular array of data
Super Class: vtkPointSet
Description:
vtkStructuredGrid is a data object that is a concrete implementation of vtkDataSet. vtkStructuredGrid represents a geometric structure that is a topologically regular array of points. The topology is that of a cube that has been subdivided into a regular array of smaller cubes. Each point/cell can be addressed with i-j-k indices. Examples include finite difference grids.
Methods:
![]() | void vtkStructuredGrid () |
![]() | void vtkStructuredGrid (const vtkStructuredGrid &) |
![]() | void vtkStructuredGrid () |
![]() | static vtkStructuredGrid *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | int GetDataSetType () |
![]() | vtkDataObject *MakeObject () |
![]() | void CopyStructure (vtkDataSet *) |
![]() | int GetNumberOfPoints () |
![]() | float *GetPoint (int ) |
![]() | void GetPoint (int ,float ) |
![]() | vtkCell *GetCell (int ) |
![]() | int GetCellType (int ) |
![]() | int GetNumberOfCells () |
![]() | void GetCellPoints (int ,vtkIdList *) |
![]() | void GetPointCells (int ,vtkIdList *) |
![]() | void Initialize () |
![]() | int GetMaxCellSize () |
![]() | void SetDimensions (int ,int ,int ) |
![]() | void SetDimensions (int ) |
![]() | int *GetDimensions () |
![]() | int GetDataDimension () |
![]() | void BlankingOn () |
![]() | void BlankingOff () |
![]() | int GetBlanking () |
![]() | void BlankPoint (int ) |
![]() | void UnBlankPoint (int ) |
![]() | int IsPointVisible (int ) |
![]() | void GetCellPoints (int ,vtkIdList &) |
![]() | void GetPointCells (int ,vtkIdList &) |
![]() | void AllocatePointVisibility () |
Detailed Method Descriptions:
![]() | int GetDataSetType () |
![]() | vtkDataObject *MakeObject () |
![]() | void CopyStructure (vtkDataSet *) |
![]() | int GetNumberOfPoints () |
![]() | float *GetPoint (int ) |
![]() | void GetPoint (int ,float ) |
![]() | vtkCell *GetCell (int ) |
![]() | int GetCellType (int ) |
![]() | int GetNumberOfCells () |
![]() | void GetCellPoints (int ,vtkIdList *) |
![]() | void GetPointCells (int ,vtkIdList *) |
![]() | void Initialize () |
![]() | int GetMaxCellSize () |
![]() | void SetDimensions (int ,int ,int ) |
![]() | void SetDimensions (int ) |
![]() | int *GetDimensions () |
![]() | int GetDataDimension () |
![]() | void BlankingOn () |
![]() | void BlankingOff () |
![]() | int GetBlanking () |
![]() | void BlankPoint (int ) |
![]() | void UnBlankPoint (int ) |
![]() | int IsPointVisible (int ) |
![]() | void GetCellPoints (int ,vtkIdList &) |