54 virtual void Initialize();
69 virtual int GetDataType();
73 virtual void SetDataType(
int dataType);
92 virtual void Squeeze() {this->Data->Squeeze();};
95 virtual void Reset() {this->Data->Reset();};
111 unsigned long GetActualMemorySize();
131 void SetPoint(
vtkIdType id,
double x,
double y,
double z);
138 { this->Data->InsertTuple(
id,x);};
140 {this->Data->InsertTuple(
id,x);};
141 void InsertPoint(
vtkIdType id,
double x,
double y,
double z);
147 return this->Data->InsertNextTuple(x);};
149 return this->Data->InsertNextTuple(x);};
150 vtkIdType InsertNextPoint(
double x,
double y,
double z);
156 void SetNumberOfPoints(
vtkIdType number);
166 virtual void ComputeBounds();
172 void GetBounds(
double bounds[6]);
void SetDataTypeToFloat()
void SetDataTypeToUnsignedChar()
int Resize(vtkIdType numPoints)
void GetPoint(vtkIdType id, double x[3])
abstract base class for most VTK objects
vtkIdType InsertNextPoint(const double x[3])
vtkIdType GetNumberOfPoints()
void SetPoint(vtkIdType id, const double x[3])
#define VTK_UNSIGNED_SHORT
#define VTKCOMMONCORE_EXPORT
record modification and/or execution time
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
vtkIdType InsertNextPoint(const float x[3])
void SetPoint(vtkIdType id, const float x[3])
virtual void SetNumberOfTuples(vtkIdType number)=0
void SetNumberOfPoints(vtkIdType number)
void SetDataTypeToUnsignedInt()
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
virtual void InsertTuple(vtkIdType i, vtkIdType j, vtkAbstractArray *source)=0
void InsertPoint(vtkIdType id, const float x[3])
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
void * GetVoidPointer(const int id)
list of point or cell ids
virtual int Resize(vtkIdType numTuples)=0
abstract superclass for arrays of numeric data
void SetDataTypeToUnsignedLong()
double * GetPoint(vtkIdType id)
virtual void SetTuple(vtkIdType i, vtkIdType j, vtkAbstractArray *source)=0
virtual void SetNumberOfComponents(int)
#define VTK_UNSIGNED_CHAR
void SetDataTypeToShort()
void SetDataTypeToUnsignedShort()
#define VTK_UNSIGNED_LONG
void SetDataTypeToDouble()
virtual vtkIdType InsertNextTuple(vtkIdType j, vtkAbstractArray *source)=0
void InsertPoint(vtkIdType id, const double x[3])
represent and manipulate 3D points