VTK
|
represent and manipulate 2D points More...
#include <vtkPoints2D.h>
Public Types | |
typedef vtkObject | Superclass |
Public Types inherited from vtkObject | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPoints2D * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | Allocate (const vtkIdType sz, const vtkIdType ext=1000) |
virtual void | Initialize () |
virtual int | GetDataType () |
void * | GetVoidPointer (const int id) |
virtual void | Squeeze () |
virtual void | Reset () |
unsigned long | GetActualMemorySize () |
vtkIdType | GetNumberOfPoints () |
double * | GetPoint (vtkIdType id) |
void | GetPoint (vtkIdType id, double x[2]) |
void | RemovePoint (vtkIdType id) |
void | SetNumberOfPoints (vtkIdType numPoints) |
int | Resize (vtkIdType numPoints) |
void | GetPoints (vtkIdList *ptId, vtkPoints2D *fp) |
virtual void | ComputeBounds () |
double * | GetBounds () |
void | GetBounds (double bounds[4]) |
virtual void | SetData (vtkDataArray *) |
vtkDataArray * | GetData () |
virtual void | SetDataType (int dataType) |
void | SetDataTypeToBit () |
void | SetDataTypeToChar () |
void | SetDataTypeToUnsignedChar () |
void | SetDataTypeToShort () |
void | SetDataTypeToUnsignedShort () |
void | SetDataTypeToInt () |
void | SetDataTypeToUnsignedInt () |
void | SetDataTypeToLong () |
void | SetDataTypeToUnsignedLong () |
void | SetDataTypeToFloat () |
void | SetDataTypeToDouble () |
virtual void | DeepCopy (vtkPoints2D *ad) |
virtual void | ShallowCopy (vtkPoints2D *ad) |
void | SetPoint (vtkIdType id, const float x[2]) |
void | SetPoint (vtkIdType id, const double x[2]) |
void | SetPoint (vtkIdType id, double x, double y) |
void | InsertPoint (vtkIdType id, const float x[2]) |
void | InsertPoint (vtkIdType id, const double x[2]) |
void | InsertPoint (vtkIdType id, double x, double y) |
vtkIdType | InsertNextPoint (const float x[2]) |
vtkIdType | InsertNextPoint (const double x[2]) |
vtkIdType | InsertNextPoint (double x, double y) |
Public Member Functions inherited from vtkObject | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
Public Member Functions inherited from vtkObjectBase | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkPoints2D * | New (int dataType) |
static vtkPoints2D * | New () |
static int | IsTypeOf (const char *type) |
static vtkPoints2D * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkObject | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
Static Public Member Functions inherited from vtkObjectBase | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPoints2D (int dataType=VTK_FLOAT) | |
~vtkPoints2D () | |
Protected Member Functions inherited from vtkObject | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
Protected Member Functions inherited from vtkObjectBase | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
double | Bounds [4] |
vtkTimeStamp | ComputeTime |
vtkDataArray * | Data |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
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 |
Definition at line 43 of file vtkPoints2D.h.
|
protected |
|
static |
|
static |
|
static |
|
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 |
|
protectedvirtual |
Reimplemented from vtkObject.
vtkPoints2D* vtkPoints2D::NewInstance | ( | ) | const |
|
virtual |
Allocate initial memory size. ext is no longer used.
|
virtual |
Return object to instantiated state.
|
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.)
|
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 |
Return the underlying data type. An integer indicating data type is returned as specified in vtkSetGet.h.
|
virtual |
Specify the underlying data type of the object.
|
inline |
Specify the underlying data type of the object.
Definition at line 70 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 71 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 72 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 73 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 74 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 75 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 76 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 77 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 78 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 79 of file vtkPoints2D.h.
|
inline |
Specify the underlying data type of the object.
Definition at line 80 of file vtkPoints2D.h.
|
inline |
Return a void pointer. For image pipeline interface and other special pointer manipulation.
Definition at line 85 of file vtkPoints2D.h.
|
inlinevirtual |
Reclaim any extra memory.
Definition at line 88 of file vtkPoints2D.h.
|
inlinevirtual |
Make object look empty but do not delete memory.
Definition at line 186 of file vtkPoints2D.h.
|
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 |
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 kibibytes (1024 bytes) 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.
|
inline |
Return number of points in array.
Definition at line 110 of file vtkPoints2D.h.
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.
Copy point components into user provided array v[2] for specified id.
Definition at line 119 of file vtkPoints2D.h.
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.
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.
Insert point into object. No range checking performed (fast!). Make sure you use SetNumberOfPoints() to allocate memory prior to using SetPoint().
Definition at line 206 of file vtkPoints2D.h.
Insert point into object. Range checking performed and memory allocated as necessary.
Definition at line 133 of file vtkPoints2D.h.
Insert point into object. Range checking performed and memory allocated as necessary.
Definition at line 135 of file vtkPoints2D.h.
Insert point into object. Range checking performed and memory allocated as necessary.
Definition at line 212 of file vtkPoints2D.h.
Insert point into next available slot. Returns id of slot.
Definition at line 142 of file vtkPoints2D.h.
Insert point into next available slot. Returns id of slot.
Definition at line 144 of file vtkPoints2D.h.
Insert point into next available slot. Returns id of slot.
Definition at line 218 of file vtkPoints2D.h.
|
inline |
Remove point described by its id
Definition at line 150 of file vtkPoints2D.h.
|
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 192 of file vtkPoints2D.h.
Resize the internal array while conserving the data. Returns 1 if resizing succeeded and 0 otherwise.
Definition at line 199 of file vtkPoints2D.h.
void vtkPoints2D::GetPoints | ( | vtkIdList * | ptId, |
vtkPoints2D * | fp | ||
) |
Given a list of pt ids, return an array of points.
|
virtual |
Determine (xmin,xmax, ymin,ymax) bounds of points.
double* vtkPoints2D::GetBounds | ( | ) |
Return the bounds of the points.
void vtkPoints2D::GetBounds | ( | double | bounds[4] | ) |
Return the bounds of the points.
|
protected |
Definition at line 177 of file vtkPoints2D.h.
|
protected |
Definition at line 178 of file vtkPoints2D.h.
|
protected |
Definition at line 179 of file vtkPoints2D.h.