vtkStructuredPoints - topologically and geometrically regular array of data
Super Class: vtkDataSet
Description:
vtkStructuredPoints is a data object that is a concrete implementation of vtkDataSet. vtkStructuredPoints represents a geometric structure that is a topological and geometrical regular array of points. Examples include volumes (voxel data) and pixmaps.
Methods:
Detailed Method Descriptions:
![]() | vtkDataObject *MakeObject () |
![]() | void CopyStructure (vtkDataSet *) |
![]() | int GetDataSetType () |
![]() | void SetDimensions (int ,int ,int ) |
![]() | void SetDimensions (int ) |
![]() | int *GetDimensions () |
![]() | void SetSpacing (float ,float ,float ) |
![]() | void SetSpacing (float *) |
![]() | float *GetSpacing () |
![]() | void SetOrigin (float ,float ,float ) |
![]() | void SetOrigin (float *) |
![]() | float *GetOrigin () |
![]() | int ComputeStructuredCoordinates (float ,int ,float ) |
![]() | void GetVoxelGradient (int ,int ,int ,vtkScalars * ,vtkVectors *) |
![]() | void GetPointGradient (int ,int ,int ,vtkScalars * ,float ) |
![]() | int GetDataDimension () |
![]() | int ComputePointId (int ) |
![]() | int ComputeCellId (int ) |
![]() | vtkStructuredPointsToImage *GetStructuredPointsToImage () |
![]() | void UnRegister (vtkObject *) |
![]() | void GetCellPoints (int ,vtkIdList &) |
![]() | void GetPointCells (int ,vtkIdList &) |