|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkIcicleView * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
|
virtual void | SetTopToBottom (bool reversed) |
| Sets whether the stacks go from top to bottom or bottom to top.
|
|
virtual bool | GetTopToBottom () |
| Sets whether the stacks go from top to bottom or bottom to top.
|
|
virtual void | TopToBottomOn () |
| Sets whether the stacks go from top to bottom or bottom to top.
|
|
virtual void | TopToBottomOff () |
| Sets whether the stacks go from top to bottom or bottom to top.
|
|
|
virtual void | SetRootWidth (double width) |
| Set the width of the root node.
|
|
virtual double | GetRootWidth () |
| Set the width of the root node.
|
|
|
virtual void | SetLayerThickness (double thickness) |
| Set the thickness of each layer.
|
|
virtual double | GetLayerThickness () |
| Set the thickness of each layer.
|
|
|
virtual void | SetUseGradientColoring (bool value) |
| Turn on/off gradient coloring.
|
|
virtual bool | GetUseGradientColoring () |
| Turn on/off gradient coloring.
|
|
virtual void | UseGradientColoringOn () |
| Turn on/off gradient coloring.
|
|
virtual void | UseGradientColoringOff () |
| Turn on/off gradient coloring.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkTreeAreaView * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | SetEdgeColorToSplineFraction () |
| Set the color to be the spline fraction.
|
|
vtkDataRepresentation * | SetTreeFromInputConnection (vtkAlgorithmOutput *conn) |
| Set the tree and graph representations to the appropriate input ports.
|
|
vtkDataRepresentation * | SetTreeFromInput (vtkTree *input) |
| Set the tree and graph representations to the appropriate input ports.
|
|
vtkDataRepresentation * | SetGraphFromInputConnection (vtkAlgorithmOutput *conn) |
| Set the tree and graph representations to the appropriate input ports.
|
|
vtkDataRepresentation * | SetGraphFromInput (vtkGraph *input) |
| Set the tree and graph representations to the appropriate input ports.
|
|
void | SetAreaLabelArrayName (const char *name) |
| The array to use for area labeling.
|
|
const char * | GetAreaLabelArrayName () |
| The array to use for area labeling.
|
|
void | SetAreaSizeArrayName (const char *name) |
| The array to use for area sizes.
|
|
const char * | GetAreaSizeArrayName () |
| The array to use for area sizes.
|
|
void | SetLabelPriorityArrayName (const char *name) |
| The array to use for area labeling priority.
|
|
const char * | GetLabelPriorityArrayName () |
| The array to use for area labeling priority.
|
|
void | SetEdgeLabelArrayName (const char *name) |
| The array to use for edge labeling.
|
|
const char * | GetEdgeLabelArrayName () |
| The array to use for edge labeling.
|
|
void | SetAreaHoverArrayName (const char *name) |
| The name of the array whose value appears when the mouse hovers over a rectangle in the treemap.
|
|
const char * | GetAreaHoverArrayName () |
| The name of the array whose value appears when the mouse hovers over a rectangle in the treemap.
|
|
void | SetAreaLabelVisibility (bool vis) |
| Whether to show area labels.
|
|
bool | GetAreaLabelVisibility () |
| Whether to show area labels.
|
|
virtual void | AreaLabelVisibilityOn () |
| Whether to show area labels.
|
|
virtual void | AreaLabelVisibilityOff () |
| Whether to show area labels.
|
|
void | SetEdgeLabelVisibility (bool vis) |
| Whether to show edge labels.
|
|
bool | GetEdgeLabelVisibility () |
| Whether to show edge labels.
|
|
virtual void | EdgeLabelVisibilityOn () |
| Whether to show edge labels.
|
|
virtual void | EdgeLabelVisibilityOff () |
| Whether to show edge labels.
|
|
void | SetAreaColorArrayName (const char *name) |
| The array to use for coloring vertices.
|
|
const char * | GetAreaColorArrayName () |
| The array to use for coloring vertices.
|
|
void | SetColorAreas (bool vis) |
| Whether to color vertices.
|
|
bool | GetColorAreas () |
| Whether to color vertices.
|
|
virtual void | ColorAreasOn () |
| Whether to color vertices.
|
|
virtual void | ColorAreasOff () |
| Whether to color vertices.
|
|
void | SetEdgeColorArrayName (const char *name) |
| The array to use for coloring edges.
|
|
const char * | GetEdgeColorArrayName () |
| The array to use for coloring edges.
|
|
void | SetShrinkPercentage (double value) |
| Set the region shrink percentage between 0.0 and 1.0.
|
|
double | GetShrinkPercentage () |
| Set the region shrink percentage between 0.0 and 1.0.
|
|
void | SetColorEdges (bool vis) |
| Whether to color edges.
|
|
bool | GetColorEdges () |
| Whether to color edges.
|
|
virtual void | ColorEdgesOn () |
| Whether to color edges.
|
|
virtual void | ColorEdgesOff () |
| Whether to color edges.
|
|
void | SetBundlingStrength (double strength) |
| Set the bundling strength.
|
|
double | GetBundlingStrength () |
| Set the bundling strength.
|
|
virtual void | SetAreaLabelFontSize (const int size) |
| The size of the font used for area labeling.
|
|
virtual int | GetAreaLabelFontSize () |
| The size of the font used for area labeling.
|
|
virtual void | SetEdgeLabelFontSize (const int size) |
| The size of the font used for edge labeling.
|
|
virtual int | GetEdgeLabelFontSize () |
| The size of the font used for edge labeling.
|
|
virtual void | SetLayoutStrategy (vtkAreaLayoutStrategy *strategy) |
| The layout strategy for producing spatial regions for the tree.
|
|
virtual vtkAreaLayoutStrategy * | GetLayoutStrategy () |
| The layout strategy for producing spatial regions for the tree.
|
|
virtual void | SetUseRectangularCoordinates (bool rect) |
| Whether the area represents radial or rectangular coordinates.
|
|
virtual bool | GetUseRectangularCoordinates () |
| Whether the area represents radial or rectangular coordinates.
|
|
virtual void | UseRectangularCoordinatesOn () |
| Whether the area represents radial or rectangular coordinates.
|
|
virtual void | UseRectangularCoordinatesOff () |
| Whether the area represents radial or rectangular coordinates.
|
|
virtual void | SetEdgeScalarBarVisibility (bool b) |
| Visibility of scalar bar actor for edges.
|
|
virtual bool | GetEdgeScalarBarVisibility () |
| Visibility of scalar bar actor for edges.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkRenderView * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | SetInteractor (vtkRenderWindowInteractor *interactor) override |
| The render window interactor.
|
|
virtual void | SetInteractorStyle (vtkInteractorObserver *style) |
| The interactor style associated with the render view.
|
|
virtual vtkInteractorObserver * | GetInteractorStyle () |
| Get the interactor style associated with the render view.
|
|
void | SetRenderWindow (vtkRenderWindow *win) override |
| Set the render window for this view.
|
|
void | SetInteractionMode (int mode) |
|
virtual int | GetInteractionMode () |
|
virtual void | SetInteractionModeTo2D () |
| Set the interaction mode for the view.
|
|
virtual void | SetInteractionModeTo3D () |
|
void | Render () override |
| Updates the representations, then calls Render() on the render window associated with this view.
|
|
void | ApplyViewTheme (vtkViewTheme *theme) override |
| Applies a view theme to this view.
|
|
virtual void | AddLabels (vtkAlgorithmOutput *conn) |
| Add labels from an input connection with an associated text property.
|
|
virtual void | RemoveLabels (vtkAlgorithmOutput *conn) |
| Remove labels from an input connection.
|
|
virtual void | SetTransform (vtkAbstractTransform *transform) |
| Set the view's transform.
|
|
virtual vtkAbstractTransform * | GetTransform () |
| Set the view's transform.
|
|
virtual void | SetDisplayHoverText (bool b) |
| Whether the view should display hover text.
|
|
virtual bool | GetDisplayHoverText () |
| Whether the view should display hover text.
|
|
virtual void | DisplayHoverTextOn () |
| Whether the view should display hover text.
|
|
virtual void | DisplayHoverTextOff () |
| Whether the view should display hover text.
|
|
virtual void | SetSelectionMode (int) |
| Sets the selection mode for the render view.
|
|
virtual int | GetSelectionMode () |
| Sets the selection mode for the render view.
|
|
void | SetSelectionModeToSurface () |
| Sets the selection mode for the render view.
|
|
void | SetSelectionModeToFrustum () |
| Sets the selection mode for the render view.
|
|
virtual void | SetIconTexture (vtkTexture *texture) |
| Set the icon sheet to use for rendering icons.
|
|
virtual vtkTexture * | GetIconTexture () |
| Set the icon sheet to use for rendering icons.
|
|
virtual void | SetIconSize (int, int) |
| Set the size of each icon in the icon texture.
|
|
void | SetIconSize (int[2]) |
| Set the size of each icon in the icon texture.
|
|
virtual int * | GetIconSize () |
| Set the size of each icon in the icon texture.
|
|
virtual void | GetIconSize (int &, int &) |
| Set the size of each icon in the icon texture.
|
|
virtual void | GetIconSize (int[2]) |
| Set the size of each icon in the icon texture.
|
|
virtual void | SetDisplaySize (int, int) |
| Set the display size of the icon (which may be different from the icon size).
|
|
void | SetDisplaySize (int[2]) |
| Set the display size of the icon (which may be different from the icon size).
|
|
int * | GetDisplaySize () |
| Set the display size of the icon (which may be different from the icon size).
|
|
void | GetDisplaySize (int &dsx, int &dsy) |
| Set the display size of the icon (which may be different from the icon size).
|
|
virtual void | SetLabelPlacementMode (int mode) |
| Label placement mode.
|
|
virtual int | GetLabelPlacementMode () |
| Label placement mode.
|
|
virtual void | SetLabelPlacementModeToNoOverlap () |
| Label placement mode.
|
|
virtual void | SetLabelPlacementModeToAll () |
| Label placement mode.
|
|
virtual void | SetLabelRenderMode (int mode) |
| Label render mode.
|
|
virtual int | GetLabelRenderMode () |
| Label render mode.
|
|
virtual void | SetLabelRenderModeToFreetype () |
| Label render mode.
|
|
virtual void | SetLabelRenderModeToQt () |
| Label render mode.
|
|
void | SetRenderOnMouseMove (bool b) |
| Whether to render on every mouse move.
|
|
virtual bool | GetRenderOnMouseMove () |
| Whether to render on every mouse move.
|
|
virtual void | RenderOnMouseMoveOn () |
| Whether to render on every mouse move.
|
|
virtual void | RenderOnMouseMoveOff () |
| Whether to render on every mouse move.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkRenderViewBase * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual vtkRenderer * | GetRenderer () |
| Gets the renderer for this view.
|
|
virtual void | SetRenderer (vtkRenderer *ren) |
|
virtual vtkRenderWindow * | GetRenderWindow () |
| Get a handle to the render window.
|
|
virtual void | SetRenderWindow (vtkRenderWindow *win) |
| Set the render window for this view.
|
|
virtual void | Render () |
| Updates the representations, then calls Render() on the render window associated with this view.
|
|
virtual void | ResetCamera () |
| Updates the representations, then calls ResetCamera() on the renderer associated with this view.
|
|
virtual void | ResetCameraClippingRange () |
| Updates the representations, then calls ResetCameraClippingRange() on the renderer associated with this view.
|
|
virtual vtkRenderWindowInteractor * | GetInteractor () |
| The render window interactor.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkView * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | AddRepresentation (vtkDataRepresentation *rep) |
| Adds the representation to the view.
|
|
void | SetRepresentation (vtkDataRepresentation *rep) |
| Set the representation to the view.
|
|
vtkDataRepresentation * | AddRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
| Convenience method which creates a simple representation with the connection and adds it to the view.
|
|
vtkDataRepresentation * | SetRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
| Convenience method which sets the representation with the connection and adds it to the view.
|
|
vtkDataRepresentation * | AddRepresentationFromInput (vtkDataObject *input) |
| Convenience method which creates a simple representation with the specified input and adds it to the view.
|
|
vtkDataRepresentation * | SetRepresentationFromInput (vtkDataObject *input) |
| Convenience method which sets the representation to the specified input and adds it to the view.
|
|
void | RemoveRepresentation (vtkDataRepresentation *rep) |
| Removes the representation from the view.
|
|
void | RemoveRepresentation (vtkAlgorithmOutput *rep) |
| Removes any representation with this connection from the view.
|
|
void | RemoveAllRepresentations () |
| Removes all representations from the view.
|
|
int | GetNumberOfRepresentations () |
| Returns the number of representations from first port(0) in this view.
|
|
vtkDataRepresentation * | GetRepresentation (int index=0) |
| The representation at a specified index.
|
|
bool | IsRepresentationPresent (vtkDataRepresentation *rep) |
| Check to see if a representation is present in the view.
|
|
virtual void | Update () |
| Update the view.
|
|
virtual void | ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme)) |
| Apply a theme to the view.
|
|
vtkCommand * | GetObserver () |
| Returns the observer that the subclasses can use to listen to additional events.
|
|
void | RegisterProgress (vtkObject *algorithm, const char *message=nullptr) |
| Meant for use by subclasses and vtkRepresentation subclasses.
|
|
void | UnRegisterProgress (vtkObject *algorithm) |
| Unregister objects previously registered with RegisterProgress.
|
|
| 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.
|
|