53 virtual void Initialize();
68 virtual int GetDataType();
72 virtual void SetDataType(
int dataType);
91 virtual void Squeeze() {this->Data->Squeeze();};
94 virtual void Reset() {this->Data->Reset();};
110 unsigned long GetActualMemorySize();
130 void SetPoint(
vtkIdType id,
double x,
double y,
double z);
137 { this->Data->InsertTuple(
id,x);};
139 {this->Data->InsertTuple(
id,x);};
140 void InsertPoint(
vtkIdType id,
double x,
double y,
double z);
146 return this->Data->InsertNextTuple(x);};
148 return this->Data->InsertNextTuple(x);};
149 vtkIdType InsertNextPoint(
double x,
double y,
double z);
155 void SetNumberOfPoints(
vtkIdType number);
161 virtual void ComputeBounds();
167 void GetBounds(
double bounds[6]);