VTK
|
represent and manipulate 2D points More...
#include <vtkPoints2D.h>
represent and manipulate 2D points
vtkPoints2D represents 2D points. The data model for vtkPoints2D is an array of vx-vy doublets accessible by (point or cell) id.
Definition at line 35 of file vtkPoints2D.h.
typedef vtkObject vtkPoints2D::Superclass |
Reimplemented from vtkObject.
Definition at line 43 of file vtkPoints2D.h.
vtkPoints2D::vtkPoints2D | ( | int | dataType = VTK_FLOAT | ) | [protected] |
vtkPoints2D::~vtkPoints2D | ( | ) | [protected] |
static vtkPoints2D* vtkPoints2D::New | ( | int | dataType | ) | [static] |
static vtkPoints2D* vtkPoints2D::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkPoints2D::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkPoints2D::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkPoints2D* vtkPoints2D::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkPoints2D::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
vtkPoints2D* vtkPoints2D::NewInstance | ( | ) | const |
Reimplemented from vtkObject.
void vtkPoints2D::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
virtual int vtkPoints2D::Allocate | ( | const vtkIdType | sz, |
const vtkIdType | ext = 1000 |
||
) | [virtual] |
Allocate initial memory size.
virtual void vtkPoints2D::Initialize | ( | ) | [virtual] |
Return object to instantiated state.
virtual void vtkPoints2D::SetData | ( | vtkDataArray * | ) | [virtual] |
Set/Get the underlying data array. This function must be implemented in a concrete subclass to check for consistency. (The tuple size must match the type of data. For example, 3-tuple data array can be assigned to a vector, normal, or points object, but not a tensor object, which has a tuple dimension of 9. Scalars, on the other hand, can have tuple dimension from 1-4, depending on the type of scalar.)
vtkDataArray* vtkPoints2D::GetData | ( | ) | [inline] |
Set/Get the underlying data array. This function must be implemented in a concrete subclass to check for consistency. (The tuple size must match the type of data. For example, 3-tuple data array can be assigned to a vector, normal, or points object, but not a tensor object, which has a tuple dimension of 9. Scalars, on the other hand, can have tuple dimension from 1-4, depending on the type of scalar.)
Definition at line 60 of file vtkPoints2D.h.
virtual int vtkPoints2D::GetDataType | ( | ) | [virtual] |
Return the underlying data type. An integer indicating data type is returned as specified in vtkSetGet.h.
virtual void vtkPoints2D::SetDataType | ( | int | dataType | ) | [virtual] |
Specify the underlying data type of the object.
void vtkPoints2D::SetDataTypeToBit | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 70 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToChar | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 71 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToUnsignedChar | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 72 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToShort | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 73 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToUnsignedShort | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 74 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToInt | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 75 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToUnsignedInt | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 76 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToLong | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 77 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToUnsignedLong | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 78 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToFloat | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 79 of file vtkPoints2D.h.
void vtkPoints2D::SetDataTypeToDouble | ( | ) | [inline] |
Specify the underlying data type of the object.
Definition at line 80 of file vtkPoints2D.h.
void* vtkPoints2D::GetVoidPointer | ( | const int | id | ) | [inline] |
Return a void pointer. For image pipeline interface and other special pointer manipulation.
Definition at line 85 of file vtkPoints2D.h.
virtual void vtkPoints2D::Squeeze | ( | ) | [inline, virtual] |
Reclaim any extra memory.
Definition at line 88 of file vtkPoints2D.h.
virtual void vtkPoints2D::Reset | ( | ) | [inline, virtual] |
Make object look empty but do not delete memory.
Definition at line 91 of file vtkPoints2D.h.
virtual void vtkPoints2D::DeepCopy | ( | vtkPoints2D * | ad | ) | [virtual] |
Different ways to copy data. Shallow copy does reference count (i.e., assigns pointers and updates reference count); deep copy runs through entire data array assigning values.
virtual void vtkPoints2D::ShallowCopy | ( | vtkPoints2D * | ad | ) | [virtual] |
Different ways to copy data. Shallow copy does reference count (i.e., assigns pointers and updates reference count); deep copy runs through entire data array assigning values.
unsigned long vtkPoints2D::GetActualMemorySize | ( | ) |
Return the memory in kilobytes consumed by this attribute data. Used to support streaming and reading/writing data. The value returned is guaranteed to be greater than or equal to the memory required to actually represent the data represented by this object. The information returned is valid only after the pipeline has been updated.
vtkIdType vtkPoints2D::GetNumberOfPoints | ( | ) | [inline] |
Return number of points in array.
Definition at line 110 of file vtkPoints2D.h.
double* vtkPoints2D::GetPoint | ( | vtkIdType | id | ) | [inline] |
Return a pointer to a double point x[2] for a specific id. WARNING: Just don't use this error-prone method, the returned pointer and its values are only valid as long as another method invocation is not performed. Prefer GetPoint() with the return value in argument.
Definition at line 116 of file vtkPoints2D.h.
void vtkPoints2D::GetPoint | ( | vtkIdType | id, |
double | x[2] | ||
) | [inline] |
Copy point components into user provided array v[2] for specified id.
Definition at line 119 of file vtkPoints2D.h.
void vtkPoints2D::SetPoint | ( | vtkIdType | id, |
const float | x[2] | ||
) | [inline] |
Insert point into object. No range checking performed (fast!). Make sure you use SetNumberOfPoints() to allocate memory prior to using SetPoint().
Definition at line 125 of file vtkPoints2D.h.
void vtkPoints2D::SetPoint | ( | vtkIdType | id, |
const double | x[2] | ||
) | [inline] |
Insert point into object. No range checking performed (fast!). Make sure you use SetNumberOfPoints() to allocate memory prior to using SetPoint().
Definition at line 126 of file vtkPoints2D.h.
void vtkPoints2D::SetPoint | ( | vtkIdType | id, |
double | x, | ||
double | y | ||
) | [inline] |
Insert point into object. No range checking performed (fast!). Make sure you use SetNumberOfPoints() to allocate memory prior to using SetPoint().
Definition at line 188 of file vtkPoints2D.h.
void vtkPoints2D::InsertPoint | ( | vtkIdType | id, |
const float | x[2] | ||
) | [inline] |
Insert point into object. Range checking performed and memory allocated as necessary.
Definition at line 133 of file vtkPoints2D.h.
void vtkPoints2D::InsertPoint | ( | vtkIdType | id, |
const double | x[2] | ||
) | [inline] |
Insert point into object. Range checking performed and memory allocated as necessary.
Definition at line 135 of file vtkPoints2D.h.
void vtkPoints2D::InsertPoint | ( | vtkIdType | id, |
double | x, | ||
double | y | ||
) | [inline] |
Insert point into object. Range checking performed and memory allocated as necessary.
Definition at line 194 of file vtkPoints2D.h.
vtkIdType vtkPoints2D::InsertNextPoint | ( | const float | x[2] | ) | [inline] |
Insert point into next available slot. Returns id of slot.
Definition at line 142 of file vtkPoints2D.h.
vtkIdType vtkPoints2D::InsertNextPoint | ( | const double | x[2] | ) | [inline] |
Insert point into next available slot. Returns id of slot.
Definition at line 144 of file vtkPoints2D.h.
vtkIdType vtkPoints2D::InsertNextPoint | ( | double | x, |
double | y | ||
) | [inline] |
Insert point into next available slot. Returns id of slot.
Definition at line 200 of file vtkPoints2D.h.
void vtkPoints2D::RemovePoint | ( | vtkIdType | id | ) | [inline] |
Remove point described by its id
Definition at line 150 of file vtkPoints2D.h.
void vtkPoints2D::SetNumberOfPoints | ( | vtkIdType | number | ) | [inline] |
Specify the number of points for this object to hold. Does an allocation as well as setting the MaxId ivar. Used in conjunction with SetPoint() method for fast insertion.
Definition at line 182 of file vtkPoints2D.h.
void vtkPoints2D::GetPoints | ( | vtkIdList * | ptId, |
vtkPoints2D * | fp | ||
) |
Given a list of pt ids, return an array of points.
virtual void vtkPoints2D::ComputeBounds | ( | ) | [virtual] |
Determine (xmin,xmax, ymin,ymax) bounds of points.
Return the bounds of the points.
void vtkPoints2D::GetBounds | ( | double | bounds[4] | ) |
Return the bounds of the points.
double vtkPoints2D::Bounds[4] [protected] |
Definition at line 173 of file vtkPoints2D.h.
vtkTimeStamp vtkPoints2D::ComputeTime [protected] |
Definition at line 174 of file vtkPoints2D.h.
vtkDataArray* vtkPoints2D::Data [protected] |
Definition at line 175 of file vtkPoints2D.h.