VTK
|
a placer that constrains a handle to a finite plane More...
#include <vtkBoundedPlanePointPlacer.h>
Public Types | |
enum | { XAxis =0, YAxis, ZAxis, Oblique } |
typedef vtkPointPlacer | Superclass |
Standard methods for instances of this class. More... | |
![]() | |
typedef vtkObject | Superclass |
Standard methods for instances of this class. More... | |
Public Member Functions | |
virtual vtkTypeBool | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkBoundedPlanePointPlacer * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
virtual void | SetProjectionNormal (int) |
Set the projection normal to lie along the x, y, or z axis, or to be oblique. More... | |
virtual int | GetProjectionNormal () |
void | SetProjectionNormalToXAxis () |
void | SetProjectionNormalToYAxis () |
void | SetProjectionNormalToZAxis () |
void | SetProjectionNormalToOblique () |
void | SetObliquePlane (vtkPlane *) |
If the ProjectionNormal is set to Oblique, then this is the oblique plane used to constrain the handle position. More... | |
virtual vtkPlane * | GetObliquePlane () |
void | SetProjectionPosition (double position) |
The position of the bounding plane from the origin along the normal. More... | |
virtual double | GetProjectionPosition () |
void | AddBoundingPlane (vtkPlane *plane) |
A collection of plane equations used to bound the position of the point. More... | |
void | RemoveBoundingPlane (vtkPlane *plane) |
void | RemoveAllBoundingPlanes () |
virtual void | SetBoundingPlanes (vtkPlaneCollection *) |
virtual vtkPlaneCollection * | GetBoundingPlanes () |
void | SetBoundingPlanes (vtkPlanes *planes) |
int | ComputeWorldPosition (vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9]) override |
Given a renderer and a display position, compute the world position and world orientation for this point. More... | |
int | ComputeWorldPosition (vtkRenderer *ren, double displayPos[2], double refWorldPos[3], double worldPos[3], double worldOrient[9]) override |
Given a renderer, a display position, and a reference world position, compute the new world position and orientation of this point. More... | |
int | ValidateWorldPosition (double worldPos[3]) override |
Give a world position check if it is valid - does it lie on the plane and within the bounds? Returns 1 if it is valid, 0 otherwise. More... | |
int | ValidateWorldPosition (double worldPos[3], double worldOrient[9]) override |
Given a world position and a world orientation, validate it according to the constraints of the placer. More... | |
int | UpdateWorldPosition (vtkRenderer *ren, double worldPos[3], double worldOrient[9]) override |
If the constraints on this placer are changed, then this method will be called by the representation on each of its points. More... | |
![]() | |
vtkPointPlacer * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
virtual int | ValidateDisplayPosition (vtkRenderer *, double displayPos[2]) |
Given a display position, check the validity of this position. More... | |
virtual int | UpdateNodeWorldPosition (double worldPos[3], vtkIdType nodePointId) |
Give the placer a chance to update the node information, if any. More... | |
virtual int | UpdateInternalState () |
Called by the representation to give the placer a chance to update itself. More... | |
virtual void | SetPixelTolerance (int) |
Set/get the tolerance used when performing computations in display coordinates. More... | |
virtual int | GetPixelTolerance () |
virtual void | SetWorldTolerance (double) |
Set/get the tolerance used when performing computations in world coordinates. More... | |
virtual double | GetWorldTolerance () |
![]() | |
vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
virtual void | DebugOn () |
Turn debugging output on. More... | |
virtual void | DebugOff () |
Turn debugging output off. More... | |
bool | GetDebug () |
Get the value of the debug flag. More... | |
void | SetDebug (bool debugFlag) |
Set the value of the debug flag. More... | |
virtual void | Modified () |
Update the modification time for this object. More... | |
virtual vtkMTimeType | GetMTime () |
Return this object's modified time. More... | |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
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 *) |
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
vtkTypeBool | HasObserver (unsigned long event) |
vtkTypeBool | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More... | |
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) |
Allow user to set the AbortFlagOn() with the return value of the callback method. More... | |
int | InvokeEvent (unsigned long event, void *callData) |
This method invokes an event and return whether the event was aborted or not. More... | |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
Return the class name as a string. More... | |
virtual void | Delete () |
Delete a VTK object. More... | |
virtual void | FastDelete () |
Delete a reference to this object. More... | |
void | InitializeObjectBase () |
void | Print (ostream &os) |
Print an object to an ostream. More... | |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
virtual void | Register (vtkObjectBase *o) |
Increase the reference count (mark as used by another object). More... | |
virtual void | UnRegister (vtkObjectBase *o) |
Decrease the reference count (release by another object). More... | |
int | GetReferenceCount () |
Return the current reference count of this object. More... | |
void | SetReferenceCount (int) |
Sets the reference count. More... | |
void | PrintRevisions (ostream &) |
Legacy. More... | |
Static Public Member Functions | |
static vtkBoundedPlanePointPlacer * | New () |
Instantiate this class. More... | |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkBoundedPlanePointPlacer * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkPointPlacer * | New () |
Instantiate this class. More... | |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkPointPlacer * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. More... | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. More... | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkBoundedPlanePointPlacer () | |
~vtkBoundedPlanePointPlacer () override | |
void | GetProjectionNormal (double normal[3]) |
void | GetProjectionOrigin (double origin[3]) |
void | GetCurrentOrientation (double worldOrient[9]) |
![]() | |
vtkPointPlacer () | |
~vtkPointPlacer () override | |
![]() | |
vtkObject () | |
~vtkObject () override | |
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
These methods allow a command to exclusively grab all events. More... | |
void | InternalReleaseFocus () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Static Protected Member Functions | |
static double | GetDistanceFromObject (double pos[3], vtkPlaneCollection *pc, double closestPt[3]) |
Protected Attributes | |
int | ProjectionNormal |
double | ProjectionPosition |
vtkPlane * | ObliquePlane |
vtkPlaneCollection * | BoundingPlanes |
![]() | |
int | PixelTolerance |
double | WorldTolerance |
![]() | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
a placer that constrains a handle to a finite plane
vtkBoundedPlanePointPlacer is a type of point placer that constrains its points to a finite (i.e., bounded) plance.
Definition at line 41 of file vtkBoundedPlanePointPlacer.h.
Standard methods for instances of this class.
Definition at line 53 of file vtkBoundedPlanePointPlacer.h.
anonymous enum |
Enumerator | |
---|---|
XAxis | |
YAxis | |
ZAxis | |
Oblique |
Definition at line 115 of file vtkBoundedPlanePointPlacer.h.
|
protected |
|
overrideprotected |
|
static |
Instantiate this class.
|
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 vtkPointPlacer.
|
static |
|
protectedvirtual |
Reimplemented from vtkPointPlacer.
vtkBoundedPlanePointPlacer* vtkBoundedPlanePointPlacer::NewInstance | ( | ) | const |
|
overridevirtual |
|
virtual |
Set the projection normal to lie along the x, y, or z axis, or to be oblique.
If it is oblique, then the plane is defined in the ObliquePlane ivar.
|
virtual |
|
inline |
Definition at line 67 of file vtkBoundedPlanePointPlacer.h.
|
inline |
Definition at line 69 of file vtkBoundedPlanePointPlacer.h.
|
inline |
Definition at line 71 of file vtkBoundedPlanePointPlacer.h.
|
inline |
Definition at line 73 of file vtkBoundedPlanePointPlacer.h.
void vtkBoundedPlanePointPlacer::SetObliquePlane | ( | vtkPlane * | ) |
If the ProjectionNormal is set to Oblique, then this is the oblique plane used to constrain the handle position.
|
virtual |
void vtkBoundedPlanePointPlacer::SetProjectionPosition | ( | double | position | ) |
The position of the bounding plane from the origin along the normal.
The origin and normal are defined in the oblique plane when the ProjectionNormal is oblique. For the X, Y, and Z axes projection normals, the normal is the axis direction, and the origin is (0,0,0).
|
virtual |
void vtkBoundedPlanePointPlacer::AddBoundingPlane | ( | vtkPlane * | plane | ) |
A collection of plane equations used to bound the position of the point.
This is in addition to confining the point to a plane - these constraints are meant to, for example, keep a point within the extent of an image. Using a set of plane equations allows for more complex bounds (such as bounding a point to an oblique reliced image that has hexagonal shape) than a simple extent.
void vtkBoundedPlanePointPlacer::RemoveBoundingPlane | ( | vtkPlane * | plane | ) |
void vtkBoundedPlanePointPlacer::RemoveAllBoundingPlanes | ( | ) |
|
virtual |
|
virtual |
void vtkBoundedPlanePointPlacer::SetBoundingPlanes | ( | vtkPlanes * | planes | ) |
|
overridevirtual |
Given a renderer and a display position, compute the world position and world orientation for this point.
A plane is defined by a combination of the ProjectionNormal, ProjectionOrigin, and ObliquePlane ivars. The display position is projected onto this plane to determine a world position, and the orientation is set to the normal of the plane. If the point cannot project onto the plane or if it falls outside the bounds imposed by the BoundingPlanes, then 0 is returned, otherwise 1 is returned to indicate a valid return position and orientation.
Reimplemented from vtkPointPlacer.
|
overridevirtual |
Given a renderer, a display position, and a reference world position, compute the new world position and orientation of this point.
This method is typically used by the representation to move the point.
Reimplemented from vtkPointPlacer.
Give a world position check if it is valid - does it lie on the plane and within the bounds? Returns 1 if it is valid, 0 otherwise.
Reimplemented from vtkPointPlacer.
|
overridevirtual |
Given a world position and a world orientation, validate it according to the constraints of the placer.
Reimplemented from vtkPointPlacer.
|
overridevirtual |
If the constraints on this placer are changed, then this method will be called by the representation on each of its points.
For this placer, the world position will be converted to a display position, then ComputeWorldPosition will be used to update the point.
Reimplemented from vtkPointPlacer.
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
protected |
Definition at line 188 of file vtkBoundedPlanePointPlacer.h.
|
protected |
Definition at line 192 of file vtkBoundedPlanePointPlacer.h.
|
protected |
Definition at line 196 of file vtkBoundedPlanePointPlacer.h.
|
protected |
Definition at line 200 of file vtkBoundedPlanePointPlacer.h.