Go to the documentation of this file.
25 #ifndef vtkBridgeDataSet_h
26 #define vtkBridgeDataSet_h
iterator used to traverse points
#define VTKTESTINGGENERICBRIDGE_EXPORT
virtual vtkIdType GetNumberOfCells(int dim=-1)
vtkTimeStamp ComputeNumberOfCellsTime
object provides direct access to cells in vtkCellArray and type information
void SetDataSet(vtkDataSet *ds)
vtkIdType NumberOf3DCells
vtkIdType NumberOf1DCells
vtkGenericCellIterator * NewCellIterator(int dim=-1)
void PrintSelf(ostream &os, vtkIndent indent)
record modification and/or execution time
GLsizei GLenum GLenum * types
#define vtkTypeMacro(thisClass, superclass)
Implementation of vtkGenericPointIterator.
GLint GLint GLint GLint GLint x
Implementation of vtkGenericPointIterator.
iterator used to traverse cells
static vtkBridgeDataSet * New()
vtkIdType NumberOf2DCells
void FindPoint(double x[3], vtkGenericPointIterator *p)
virtual int GetCellDimension()
defines dataset interface
Iterate over one point of a dataset.
virtual ~vtkBridgeDataSet()
vtkDataSet * Implementation
vtkIdType NumberOf0DCells
vtkDataSet * GetDataSet()
int FindCell(double x[3], vtkGenericCellIterator *&cell, double tol2, int &subId, double pcoords[3])
void ComputeNumberOfCellsAndTypes()
a simple class to control print indentation
vtkIdType GetEstimatedSize()
virtual vtkIdType GetNumberOfPoints()
Implementation of vtkGenericAdaptorCell.
void GetCellTypes(vtkCellTypes *types)
abstract class to specify dataset behavior
Implementation of vtkGenericPointIterator.
vtkGenericPointIterator * NewPointIterator()
vtkGenericCellIterator * NewBoundaryIterator(int dim=-1, int exteriorOnly=0)
Iterate over one cell only of a dataset.
Implementation of vtkGenericDataSet.
Implementation of vtkGenericCellIterator. It is just an example that show how to implement the Generi...
unsigned long int GetMTime()
Iterate over cells of a dataset.