|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkVolumePicker * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
|
virtual void | SetPickCroppingPlanes (vtkTypeBool) |
| Set whether to pick the cropping planes of props that have them.
|
|
virtual void | PickCroppingPlanesOn () |
| Set whether to pick the cropping planes of props that have them.
|
|
virtual void | PickCroppingPlanesOff () |
| Set whether to pick the cropping planes of props that have them.
|
|
virtual vtkTypeBool | GetPickCroppingPlanes () |
| Set whether to pick the cropping planes of props that have them.
|
|
|
virtual int | GetCroppingPlaneId () |
| Get the index of the cropping plane that the pick ray passed through on its way to the prop.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkCellPicker * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
int | Pick (double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer) override |
| Perform pick operation with selection point provided.
|
|
int | Pick3DRay (double selectionPt[3], double orient[4], vtkRenderer *ren) override |
| Perform pick operation with selection point provided.
|
|
void | AddLocator (vtkAbstractCellLocator *locator) |
| Add a locator for one of the data sets that will be included in the scene.
|
|
void | RemoveLocator (vtkAbstractCellLocator *locator) |
| Remove a locator that was previously added.
|
|
void | RemoveAllLocators () |
| Remove all locators associated with this picker.
|
|
vtkTexture * | GetTexture () |
| Get the texture that was picked.
|
|
virtual void | SetVolumeOpacityIsovalue (double) |
| Set the opacity isovalue to use for defining volume surfaces.
|
|
virtual double | GetVolumeOpacityIsovalue () |
| Set the opacity isovalue to use for defining volume surfaces.
|
|
virtual void | SetUseVolumeGradientOpacity (vtkTypeBool) |
| Use the product of the scalar and gradient opacity functions when computing the opacity isovalue, instead of just using the scalar opacity.
|
|
virtual void | UseVolumeGradientOpacityOn () |
| Use the product of the scalar and gradient opacity functions when computing the opacity isovalue, instead of just using the scalar opacity.
|
|
virtual void | UseVolumeGradientOpacityOff () |
| Use the product of the scalar and gradient opacity functions when computing the opacity isovalue, instead of just using the scalar opacity.
|
|
virtual vtkTypeBool | GetUseVolumeGradientOpacity () |
| Use the product of the scalar and gradient opacity functions when computing the opacity isovalue, instead of just using the scalar opacity.
|
|
virtual void | SetPickClippingPlanes (vtkTypeBool) |
| The PickClippingPlanes setting controls how clipping planes are handled by the pick.
|
|
virtual void | PickClippingPlanesOn () |
| The PickClippingPlanes setting controls how clipping planes are handled by the pick.
|
|
virtual void | PickClippingPlanesOff () |
| The PickClippingPlanes setting controls how clipping planes are handled by the pick.
|
|
virtual vtkTypeBool | GetPickClippingPlanes () |
| The PickClippingPlanes setting controls how clipping planes are handled by the pick.
|
|
virtual int | GetClippingPlaneId () |
| Get the index of the clipping plane that was intersected during the pick.
|
|
virtual double * | GetPickNormal () |
| Return the normal of the picked surface at the PickPosition.
|
|
virtual void | GetPickNormal (double data[3]) |
| Return the normal of the picked surface at the PickPosition.
|
|
virtual double * | GetMapperNormal () |
| Return the normal of the surface at the PickPosition in mapper coordinates.
|
|
virtual void | GetMapperNormal (double &, double &, double &) |
| Return the normal of the surface at the PickPosition in mapper coordinates.
|
|
virtual void | GetMapperNormal (double[3]) |
| Return the normal of the surface at the PickPosition in mapper coordinates.
|
|
virtual int * | GetPointIJK () |
| Get the structured coordinates of the point at the PickPosition.
|
|
virtual void | GetPointIJK (int &, int &, int &) |
| Get the structured coordinates of the point at the PickPosition.
|
|
virtual void | GetPointIJK (int[3]) |
| Get the structured coordinates of the point at the PickPosition.
|
|
virtual int * | GetCellIJK () |
| Get the structured coordinates of the cell at the PickPosition.
|
|
virtual void | GetCellIJK (int &, int &, int &) |
| Get the structured coordinates of the cell at the PickPosition.
|
|
virtual void | GetCellIJK (int[3]) |
| Get the structured coordinates of the cell at the PickPosition.
|
|
virtual vtkIdType | GetPointId () |
| Get the id of the picked point.
|
|
virtual vtkIdType | GetCellId () |
| Get the id of the picked cell.
|
|
virtual int | GetSubId () |
| Get the subId of the picked cell.
|
|
virtual double * | GetPCoords () |
| Get the parametric coordinates of the picked cell.
|
|
virtual void | GetPCoords (double &, double &, double &) |
| Get the parametric coordinates of the picked cell.
|
|
virtual void | GetPCoords (double[3]) |
| Get the parametric coordinates of the picked cell.
|
|
virtual void | SetPickTextureData (vtkTypeBool) |
| If this is "On" and if the picked prop has a texture, then the data returned by GetDataSet() will be the texture's data instead of the mapper's data.
|
|
virtual void | PickTextureDataOn () |
| If this is "On" and if the picked prop has a texture, then the data returned by GetDataSet() will be the texture's data instead of the mapper's data.
|
|
virtual void | PickTextureDataOff () |
| If this is "On" and if the picked prop has a texture, then the data returned by GetDataSet() will be the texture's data instead of the mapper's data.
|
|
virtual vtkTypeBool | GetPickTextureData () |
| If this is "On" and if the picked prop has a texture, then the data returned by GetDataSet() will be the texture's data instead of the mapper's data.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkPicker * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
vtkProp3DCollection * | GetProp3Ds () |
| Return a collection of all the prop 3D's that were intersected by the pick ray.
|
|
vtkActorCollection * | GetActors () |
| Return a collection of all the actors that were intersected.
|
|
vtkPoints * | GetPickedPositions () |
| Return a list of the points the actors returned by GetProp3Ds were intersected at.
|
|
int | Pick (double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer) override |
| Perform pick operation with selection point provided.
|
|
int | Pick (double selectionPt[3], vtkRenderer *ren) |
| Perform pick operation with selection point provided.
|
|
int | Pick3DPoint (double selectionPt[3], vtkRenderer *ren) override |
| Perform pick operation with selection point provided.
|
|
virtual int | Pick3DPoint (double p1World[3], double p2World[3], vtkRenderer *ren) |
|
int | Pick3DRay (double selectionPt[3], double orient[4], vtkRenderer *ren) override |
| Perform pick operation with selection point and orientation provided.
|
|
virtual void | SetTolerance (double) |
| Specify tolerance for performing pick operation.
|
|
virtual double | GetTolerance () |
| Specify tolerance for performing pick operation.
|
|
virtual double * | GetMapperPosition () |
| Return position in mapper (i.e., non-transformed) coordinates of pick point.
|
|
virtual void | GetMapperPosition (double data[3]) |
| Return position in mapper (i.e., non-transformed) coordinates of pick point.
|
|
virtual vtkAbstractMapper3D * | GetMapper () |
| Return mapper that was picked (if any).
|
|
virtual vtkDataSet * | GetDataSet () |
| Get a pointer to the dataset that was picked (if any).
|
|
virtual vtkCompositeDataSet * | GetCompositeDataSet () |
| Get a pointer to the composite dataset that was picked (if any).
|
|
virtual vtkIdType | GetFlatBlockIndex () |
| Get the flat block index of the vtkDataSet in the composite dataset that was picked (if any).
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkAbstractPropPicker * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual vtkProp * | GetViewProp () |
| Return the vtkProp that has been picked.
|
|
virtual vtkProp3D * | GetProp3D () |
| Return the vtkProp that has been picked.
|
|
virtual vtkActor * | GetActor () |
| Return the vtkActor that has been picked.
|
|
virtual vtkActor2D * | GetActor2D () |
| Return the vtkActor2D that has been picked.
|
|
virtual vtkVolume * | GetVolume () |
| Return the vtkVolume that has been picked.
|
|
virtual vtkAssembly * | GetAssembly () |
| Return the vtkAssembly that has been picked.
|
|
virtual vtkPropAssembly * | GetPropAssembly () |
| Return the vtkPropAssembly that has been picked.
|
|
virtual void | SetPath (vtkAssemblyPath *) |
| Return the vtkAssemblyPath that has been picked.
|
|
virtual vtkAssemblyPath * | GetPath () |
| Return the vtkAssemblyPath that has been picked.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkAbstractPicker * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual int | Pick (double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)=0 |
| Perform pick operation with selection point provided.
|
|
int | Pick (double selectionPt[3], vtkRenderer *ren) |
| provided.
|
|
virtual int | Pick3DPoint (double[3], vtkRenderer *) |
| Perform pick operation with selection point provided.
|
|
virtual int | Pick3DRay (double[3], double[4], vtkRenderer *) |
| Perform pick operation with selection point and orientation provided.
|
|
void | InitializePickList () |
| Initialize list of actors in pick list.
|
|
void | AddPickList (vtkProp *) |
| Add an actor to the pick list.
|
|
void | DeletePickList (vtkProp *) |
| Delete an actor from the pick list.
|
|
vtkPropCollection * | GetPickList () |
| Return the list of actors in the PickList.
|
|
virtual vtkRenderer * | GetRenderer () |
| Get the renderer in which pick event occurred.
|
|
virtual double * | GetSelectionPoint () |
| Get the selection point in screen (pixel) coordinates.
|
|
virtual void | GetSelectionPoint (double data[3]) |
| Get the selection point in screen (pixel) coordinates.
|
|
virtual double * | GetPickPosition () |
| Return position in global coordinates of pick point.
|
|
virtual void | GetPickPosition (double data[3]) |
| Return position in global coordinates of pick point.
|
|
virtual void | SetPickFromList (vtkTypeBool) |
| Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
|
|
virtual vtkTypeBool | GetPickFromList () |
| Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
|
|
virtual void | PickFromListOn () |
| Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
|
|
virtual void | PickFromListOff () |
| Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
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.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
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.
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkVolumePicker () |
|
| ~vtkVolumePicker () override |
|
void | ResetPickInfo () override |
|
double | IntersectVolumeWithLine (const double p1[3], const double p2[3], double t1, double t2, vtkProp3D *prop, vtkAbstractVolumeMapper *mapper) override |
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkCellPicker () |
|
| ~vtkCellPicker () override |
|
void | Initialize () override |
|
virtual void | ResetPickInfo () |
|
double | IntersectWithLine (const double p1[3], const double p2[3], double tol, vtkAssemblyPath *path, vtkProp3D *p, vtkAbstractMapper3D *m) override |
|
virtual double | IntersectActorWithLine (const double p1[3], const double p2[3], double t1, double t2, double tol, vtkProp3D *prop, vtkMapper *mapper) |
|
virtual bool | IntersectDataSetWithLine (vtkDataSet *dataSet, const double p1[3], const double p2[3], double t1, double t2, double tol, vtkAbstractCellLocator *&locator, vtkIdType &cellId, int &subId, double &tMin, double &pDistMin, double xyz[3], double minPCoords[3]) |
|
virtual double | IntersectVolumeWithLine (const double p1[3], const double p2[3], double t1, double t2, vtkProp3D *prop, vtkAbstractVolumeMapper *mapper) |
|
virtual double | IntersectImageWithLine (const double p1[3], const double p2[3], double t1, double t2, vtkProp3D *prop, vtkImageMapper3D *mapper) |
|
virtual double | IntersectProp3DWithLine (const double p1[3], const double p2[3], double t1, double t2, double tol, vtkProp3D *prop, vtkAbstractMapper3D *mapper) |
|
void | SetImageDataPickInfo (const double x[3], const int extent[6]) |
|
double | ComputeVolumeOpacity (const int xi[3], const double pcoords[3], vtkImageData *data, vtkDataArray *scalars, vtkPiecewiseFunction *scalarOpacity, vtkPiecewiseFunction *gradientOpacity) |
|
virtual double | IntersectHyperTreeGridWithLine (const double[3], const double[3], double, double, vtkAbstractHyperTreeGridMapper *) |
| Intersect a vtkAbstractHyperTreeGridMapper with a line by ray casting.
|
|
virtual bool | RecursivelyProcessTree (vtkHyperTreeGridNonOrientedGeometryCursor *, int) |
| Intersect a vtkAbstractHyperTreeGridMapper with a line by ray casting.
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkPicker () |
|
| ~vtkPicker () override |
|
virtual int | Pick3DInternal (vtkRenderer *ren, double p1World[4], double p2World[4]) |
|
void | MarkPicked (vtkAssemblyPath *path, vtkProp3D *p, vtkAbstractMapper3D *m, double tMin, double mapperPos[3]) |
|
void | MarkPickedData (vtkAssemblyPath *path, double tMin, double mapperPos[3], vtkAbstractMapper3D *mapper, vtkDataSet *input, vtkIdType flatBlockIndex=-1) |
|
virtual double | IntersectWithLine (const double p1[3], const double p2[3], double tol, vtkAssemblyPath *path, vtkProp3D *p, vtkAbstractMapper3D *m) |
|
void | Initialize () override |
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkAbstractPropPicker () |
|
| ~vtkAbstractPropPicker () override |
|
void | Initialize () override |
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkAbstractPicker () |
|
| ~vtkAbstractPicker () override |
|
virtual void | Initialize () |
|
| 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.
|
|
void | InternalReleaseFocus () |
| These methods allow a command to exclusively grab all events.
|
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
|
virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|