|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkPHardwareSelector * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
bool | CaptureBuffers () override |
| Overridden to only allow the superclass implementation on the root node.
|
|
|
virtual void | SetProcessIsRoot (bool) |
| Set/Get the is the root process.
|
|
virtual bool | GetProcessIsRoot () |
| Set/Get the is the root process.
|
|
virtual void | ProcessIsRootOn () |
| Set/Get the is the root process.
|
|
virtual void | ProcessIsRootOff () |
| Set/Get the is the root process.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkOpenGLHardwareSelector * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | BeginRenderProp () override |
| Called by the mapper before and after rendering each prop.
|
|
void | EndRenderProp () override |
| Called by the mapper before and after rendering each prop.
|
|
void | RenderCompositeIndex (unsigned int index) override |
| Called by any vtkMapper or vtkProp subclass to render a composite-index.
|
|
void | RenderProcessId (unsigned int processid) override |
| Called by any vtkMapper or subclass to render process id.
|
|
void | BeginSelection () override |
|
void | EndSelection () override |
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkHardwareSelector * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
vtkSelection * | Select () |
| Perform the selection.
|
|
virtual void | RenderCompositeIndex (unsigned int index) |
| Called by any vtkMapper or vtkProp subclass to render a composite-index.
|
|
virtual void | RenderProcessId (unsigned int processid) |
| Called by any vtkMapper or subclass to render process id.
|
|
int | Render (vtkRenderer *renderer, vtkProp **propArray, int propArrayCount) |
| Called by vtkRenderer to render the selection pass.
|
|
virtual vtkSelection * | GenerateSelection () |
| Generates the vtkSelection from pixel buffers.
|
|
virtual vtkSelection * | GenerateSelection (unsigned int r[4]) |
|
virtual vtkSelection * | GenerateSelection (unsigned int x1, unsigned int y1, unsigned int x2, unsigned int y2) |
|
virtual vtkSelection * | GeneratePolygonSelection (int *polygonPoints, vtkIdType count) |
| Generates the vtkSelection from pixel buffers.
|
|
vtkProp * | GetPropFromID (int id) |
| returns the prop associated with a ID.
|
|
std::string | PassTypeToString (PassTypes type) |
| Convert a PassTypes enum value to a human readable string.
|
|
virtual void | SavePixelBuffer (int passNo) |
|
bool | HasHighCellIds () |
|
bool | HasHighPointIds () |
|
virtual void | SetRenderer (vtkRenderer *) |
| Get/Set the renderer to perform the selection on.
|
|
virtual vtkRenderer * | GetRenderer () |
| Get/Set the renderer to perform the selection on.
|
|
virtual void | SetArea (unsigned int, unsigned int, unsigned int, unsigned int) |
| Get/Set the area to select as (xmin, ymin, xmax, ymax).
|
|
virtual void | SetArea (unsigned int[4]) |
| Get/Set the area to select as (xmin, ymin, xmax, ymax).
|
|
virtual unsigned int * | GetArea () |
| Get/Set the area to select as (xmin, ymin, xmax, ymax).
|
|
virtual void | GetArea (unsigned int &, unsigned int &, unsigned int &, unsigned int &) |
| Get/Set the area to select as (xmin, ymin, xmax, ymax).
|
|
virtual void | GetArea (unsigned int[4]) |
| Get/Set the area to select as (xmin, ymin, xmax, ymax).
|
|
virtual void | SetFieldAssociation (int) |
| Set the field type to select.
|
|
virtual int | GetFieldAssociation () |
| Set the field type to select.
|
|
virtual void | SetUseProcessIdFromData (bool) |
| In some parallel rendering setups, the process id for elements must be obtained from the data itself, rather than the rendering process' id.
|
|
virtual bool | GetUseProcessIdFromData () |
| In some parallel rendering setups, the process id for elements must be obtained from the data itself, rather than the rendering process' id.
|
|
PixelInformation | GetPixelInformation (const unsigned int display_position[2]) |
| It is possible to use the vtkHardwareSelector for a custom picking.
|
|
PixelInformation | GetPixelInformation (const unsigned int display_position[2], int maxDist) |
| It is possible to use the vtkHardwareSelector for a custom picking.
|
|
PixelInformation | GetPixelInformation (const unsigned int display_position[2], int maxDist, unsigned int selected_position[2]) |
| It is possible to use the vtkHardwareSelector for a custom picking.
|
|
void | ClearBuffers () |
| It is possible to use the vtkHardwareSelector for a custom picking.
|
|
unsigned char * | GetRawPixelBuffer (int passNo) |
| It is possible to use the vtkHardwareSelector for a custom picking.
|
|
unsigned char * | GetPixelBuffer (int passNo) |
| It is possible to use the vtkHardwareSelector for a custom picking.
|
|
virtual void | UpdateMaximumCellId (vtkIdType attribid) |
| Called by any vtkMapper or vtkProp subclass to indicate the maximum cell or point attribute ID it uses.
|
|
virtual void | UpdateMaximumPointId (vtkIdType attribid) |
| Called by any vtkMapper or vtkProp subclass to indicate the maximum cell or point attribute ID it uses.
|
|
virtual bool | GetActorPassOnly () |
| Get/Set to only do the actor pass.
|
|
virtual void | SetActorPassOnly (bool) |
| Get/Set to only do the actor pass.
|
|
virtual bool | GetCaptureZValues () |
| Get/Set to capture the zvalue.
|
|
virtual void | SetCaptureZValues (bool) |
| Get/Set to capture the zvalue.
|
|
virtual void | SetProcessID (int) |
| Get/Set the process id.
|
|
virtual int | GetProcessID () |
| Get/Set the process id.
|
|
virtual float * | GetPropColorValue () |
| Get/Set the color to be used by the prop when drawing.
|
|
virtual void | GetPropColorValue (float &, float &, float &) |
| Get/Set the color to be used by the prop when drawing.
|
|
virtual void | GetPropColorValue (float[3]) |
| Get/Set the color to be used by the prop when drawing.
|
|
virtual void | SetPropColorValue (float, float, float) |
| Get/Set the color to be used by the prop when drawing.
|
|
virtual void | SetPropColorValue (float[3]) |
| Get/Set the color to be used by the prop when drawing.
|
|
void | SetPropColorValue (vtkIdType val) |
| Get/Set the color to be used by the prop when drawing.
|
|
virtual int | GetCurrentPass () |
| Get the current pass number.
|
|
| 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.
|
|