VTK
9.1.0
|
Sets theme colors for a graphical view. More...
#include <vtkViewTheme.h>
Public Types | |
typedef vtkObject | Superclass |
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. | |
vtkViewTheme * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. | |
virtual void | SetPointSaturationRange (double mn, double mx) |
virtual void | SetPointSaturationRange (double rng[2]) |
virtual double * | GetPointSaturationRange () |
virtual void | GetPointSaturationRange (double &mn, double &mx) |
virtual void | GetPointSaturationRange (double rng[2]) |
virtual void | SetPointValueRange (double mn, double mx) |
virtual void | SetPointValueRange (double rng[2]) |
virtual double * | GetPointValueRange () |
virtual void | GetPointValueRange (double &mn, double &mx) |
virtual void | GetPointValueRange (double rng[2]) |
virtual void | SetPointAlphaRange (double mn, double mx) |
virtual void | SetPointAlphaRange (double rng[2]) |
virtual double * | GetPointAlphaRange () |
virtual void | GetPointAlphaRange (double &mn, double &mx) |
virtual void | GetPointAlphaRange (double rng[2]) |
virtual void | SetCellSaturationRange (double mn, double mx) |
virtual void | SetCellSaturationRange (double rng[2]) |
virtual double * | GetCellSaturationRange () |
virtual void | GetCellSaturationRange (double &mn, double &mx) |
virtual void | GetCellSaturationRange (double rng[2]) |
virtual void | SetCellValueRange (double mn, double mx) |
virtual void | SetCellValueRange (double rng[2]) |
virtual double * | GetCellValueRange () |
virtual void | GetCellValueRange (double &mn, double &mx) |
virtual void | GetCellValueRange (double rng[2]) |
virtual void | SetCellAlphaRange (double mn, double mx) |
virtual void | SetCellAlphaRange (double rng[2]) |
virtual double * | GetCellAlphaRange () |
virtual void | GetCellAlphaRange (double &mn, double &mx) |
virtual void | GetCellAlphaRange (double rng[2]) |
virtual void | SetPointSize (double) |
The size of points or vertices. | |
virtual double | GetPointSize () |
The size of points or vertices. | |
virtual void | SetLineWidth (double) |
The width of lines or edges. | |
virtual double | GetLineWidth () |
The width of lines or edges. | |
virtual void | SetPointColor (double, double, double) |
The color and opacity of points or vertices when not mapped through a lookup table. | |
virtual void | SetPointColor (double[3]) |
The color and opacity of points or vertices when not mapped through a lookup table. | |
virtual double * | GetPointColor () |
The color and opacity of points or vertices when not mapped through a lookup table. | |
virtual void | GetPointColor (double &, double &, double &) |
The color and opacity of points or vertices when not mapped through a lookup table. | |
virtual void | GetPointColor (double[3]) |
The color and opacity of points or vertices when not mapped through a lookup table. | |
virtual void | SetPointOpacity (double) |
The color and opacity of points or vertices when not mapped through a lookup table. | |
virtual double | GetPointOpacity () |
The color and opacity of points or vertices when not mapped through a lookup table. | |
virtual void | SetPointHueRange (double mn, double mx) |
The ranges to use in the point lookup table. | |
virtual void | SetPointHueRange (double rng[2]) |
The ranges to use in the point lookup table. | |
virtual double * | GetPointHueRange () |
The ranges to use in the point lookup table. | |
virtual void | GetPointHueRange (double &mn, double &mx) |
The ranges to use in the point lookup table. | |
virtual void | GetPointHueRange (double rng[2]) |
The ranges to use in the point lookup table. | |
virtual vtkScalarsToColors * | GetPointLookupTable () |
Set/Get the point lookup table. | |
virtual void | SetPointLookupTable (vtkScalarsToColors *lut) |
Set/Get the point lookup table. | |
virtual void | SetScalePointLookupTable (bool) |
Whether to scale the lookup table to fit the range of the data. | |
virtual bool | GetScalePointLookupTable () |
Whether to scale the lookup table to fit the range of the data. | |
virtual void | ScalePointLookupTableOn () |
Whether to scale the lookup table to fit the range of the data. | |
virtual void | ScalePointLookupTableOff () |
Whether to scale the lookup table to fit the range of the data. | |
virtual void | SetCellColor (double, double, double) |
The color and opacity of cells or edges when not mapped through a lookup table. | |
virtual void | SetCellColor (double[3]) |
The color and opacity of cells or edges when not mapped through a lookup table. | |
virtual double * | GetCellColor () |
The color and opacity of cells or edges when not mapped through a lookup table. | |
virtual void | GetCellColor (double &, double &, double &) |
The color and opacity of cells or edges when not mapped through a lookup table. | |
virtual void | GetCellColor (double[3]) |
The color and opacity of cells or edges when not mapped through a lookup table. | |
virtual void | SetCellOpacity (double) |
The color and opacity of cells or edges when not mapped through a lookup table. | |
virtual double | GetCellOpacity () |
The color and opacity of cells or edges when not mapped through a lookup table. | |
virtual void | SetCellHueRange (double mn, double mx) |
The ranges to use in the cell lookup table. | |
virtual void | SetCellHueRange (double rng[2]) |
The ranges to use in the cell lookup table. | |
virtual double * | GetCellHueRange () |
The ranges to use in the cell lookup table. | |
virtual void | GetCellHueRange (double &mn, double &mx) |
The ranges to use in the cell lookup table. | |
virtual void | GetCellHueRange (double rng[2]) |
The ranges to use in the cell lookup table. | |
virtual vtkScalarsToColors * | GetCellLookupTable () |
Set/Get the cell lookup table. | |
virtual void | SetCellLookupTable (vtkScalarsToColors *lut) |
Set/Get the cell lookup table. | |
virtual void | SetScaleCellLookupTable (bool) |
Whether to scale the lookup table to fit the range of the data. | |
virtual bool | GetScaleCellLookupTable () |
Whether to scale the lookup table to fit the range of the data. | |
virtual void | ScaleCellLookupTableOn () |
Whether to scale the lookup table to fit the range of the data. | |
virtual void | ScaleCellLookupTableOff () |
Whether to scale the lookup table to fit the range of the data. | |
virtual void | SetOutlineColor (double, double, double) |
The color of any outlines in the view. | |
virtual void | SetOutlineColor (double[3]) |
The color of any outlines in the view. | |
virtual double * | GetOutlineColor () |
The color of any outlines in the view. | |
virtual void | GetOutlineColor (double &, double &, double &) |
The color of any outlines in the view. | |
virtual void | GetOutlineColor (double[3]) |
The color of any outlines in the view. | |
virtual void | SetSelectedPointColor (double, double, double) |
The color of selected points or vertices. | |
virtual void | SetSelectedPointColor (double[3]) |
The color of selected points or vertices. | |
virtual double * | GetSelectedPointColor () |
The color of selected points or vertices. | |
virtual void | GetSelectedPointColor (double &, double &, double &) |
The color of selected points or vertices. | |
virtual void | GetSelectedPointColor (double[3]) |
The color of selected points or vertices. | |
virtual void | SetSelectedPointOpacity (double) |
The color of selected points or vertices. | |
virtual double | GetSelectedPointOpacity () |
The color of selected points or vertices. | |
virtual void | SetSelectedCellColor (double, double, double) |
The color of selected cells or edges. | |
virtual void | SetSelectedCellColor (double[3]) |
The color of selected cells or edges. | |
virtual double * | GetSelectedCellColor () |
The color of selected cells or edges. | |
virtual void | GetSelectedCellColor (double &, double &, double &) |
The color of selected cells or edges. | |
virtual void | GetSelectedCellColor (double[3]) |
The color of selected cells or edges. | |
virtual void | SetSelectedCellOpacity (double) |
The color of selected cells or edges. | |
virtual double | GetSelectedCellOpacity () |
The color of selected cells or edges. | |
virtual void | SetBackgroundColor (double, double, double) |
The view background color. | |
virtual void | SetBackgroundColor (double[3]) |
The view background color. | |
virtual double * | GetBackgroundColor () |
The view background color. | |
virtual void | GetBackgroundColor (double &, double &, double &) |
The view background color. | |
virtual void | GetBackgroundColor (double[3]) |
The view background color. | |
virtual void | SetBackgroundColor2 (double, double, double) |
The second background color (for gradients). | |
virtual void | SetBackgroundColor2 (double[3]) |
The second background color (for gradients). | |
virtual double * | GetBackgroundColor2 () |
The second background color (for gradients). | |
virtual void | GetBackgroundColor2 (double &, double &, double &) |
The second background color (for gradients). | |
virtual void | GetBackgroundColor2 (double[3]) |
The second background color (for gradients). | |
virtual void | SetPointTextProperty (vtkTextProperty *tprop) |
The text property to use for labeling points/vertices. | |
virtual vtkTextProperty * | GetPointTextProperty () |
The text property to use for labeling points/vertices. | |
virtual void | SetCellTextProperty (vtkTextProperty *tprop) |
The text property to use for labeling edges/cells. | |
virtual vtkTextProperty * | GetCellTextProperty () |
The text property to use for labeling edges/cells. | |
virtual void | SetVertexLabelColor (double r, double g, double b) |
The color to use for labeling graph vertices. | |
virtual void | SetVertexLabelColor (double c[3]) |
The color to use for labeling graph vertices. | |
virtual double * | GetVertexLabelColor () |
The color to use for labeling graph vertices. | |
virtual void | GetVertexLabelColor (double &r, double &g, double &b) |
The color to use for labeling graph vertices. | |
virtual void | GetVertexLabelColor (double c[3]) |
The color to use for labeling graph vertices. | |
virtual void | SetEdgeLabelColor (double r, double g, double b) |
The color to use for labeling graph edges. | |
virtual void | SetEdgeLabelColor (double c[3]) |
The color to use for labeling graph edges. | |
virtual double * | GetEdgeLabelColor () |
The color to use for labeling graph edges. | |
virtual void | GetEdgeLabelColor (double &r, double &g, double &b) |
The color to use for labeling graph edges. | |
virtual void | GetEdgeLabelColor (double c[3]) |
The color to use for labeling graph edges. | |
bool | LookupMatchesPointTheme (vtkScalarsToColors *s2c) |
Whether a given lookup table matches the point or cell theme of this theme. | |
bool | LookupMatchesCellTheme (vtkScalarsToColors *s2c) |
Whether a given lookup table matches the point or cell theme of this theme. | |
Public Member Functions inherited from vtkObject | |
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. | |
Public Member Functions inherited from vtkObjectBase | |
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. | |
Static Public Member Functions | |
static vtkViewTheme * | New () |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkViewTheme * | SafeDownCast (vtkObjectBase *o) |
static vtkViewTheme * | CreateOceanTheme () |
Convenience methods for creating some default view themes. | |
static vtkViewTheme * | CreateMellowTheme () |
Convenience methods for creating some default view themes. | |
static vtkViewTheme * | CreateNeonTheme () |
Convenience methods for creating some default view themes. | |
Static Public Member Functions inherited from vtkObject | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
static void | GlobalWarningDisplayOn () |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
static void | GlobalWarningDisplayOff () |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
static int | GetGlobalWarningDisplay () |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
Static Public Member Functions inherited from vtkObjectBase | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. | |
static vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
Given a 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). | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. | |
static void | SetMemkindDirectory (const char *directoryname) |
The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. | |
static bool | GetUsingMemkind () |
A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkViewTheme () | |
~vtkViewTheme () override | |
Protected Member Functions inherited from vtkObject | |
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. | |
Protected Member Functions inherited from vtkObjectBase | |
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 &) |
Protected Attributes | |
double | PointSize |
double | LineWidth |
double | PointColor [3] |
double | PointOpacity |
double | CellColor [3] |
double | CellOpacity |
double | OutlineColor [3] |
double | SelectedPointColor [3] |
double | SelectedPointOpacity |
double | SelectedCellColor [3] |
double | SelectedCellOpacity |
double | BackgroundColor [3] |
double | BackgroundColor2 [3] |
vtkScalarsToColors * | PointLookupTable |
vtkScalarsToColors * | CellLookupTable |
bool | ScalePointLookupTable |
bool | ScaleCellLookupTable |
vtkTextProperty * | PointTextProperty |
vtkTextProperty * | CellTextProperty |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
std::atomic< int32_t > | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Additional Inherited Members | |
Static Protected Member Functions inherited from vtkObjectBase | |
static vtkMallocingFunction | GetCurrentMallocFunction () |
static vtkReallocingFunction | GetCurrentReallocFunction () |
static vtkFreeingFunction | GetCurrentFreeFunction () |
static vtkFreeingFunction | GetAlternateFreeFunction () |
Sets theme colors for a graphical view.
This may be set on any subclass of vtkView. The view class will attempt to use the values set in the theme to customize the view. Views will not generally use every aspect of the theme. NOTICE: This class will be deprecated in favor of a more robust solution based on style sheets. Do not become overly-dependent on the functionality of themes.
Definition at line 131 of file vtkViewTheme.h.
typedef vtkObject vtkViewTheme::Superclass |
Definition at line 135 of file vtkViewTheme.h.
|
protected |
|
overrideprotected |
|
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 vtkObjectBase.
|
static |
|
protectedvirtual |
vtkViewTheme * vtkViewTheme::NewInstance | ( | ) | const |
|
overridevirtual |
|
virtual |
The size of points or vertices.
|
virtual |
The size of points or vertices.
|
virtual |
The width of lines or edges.
|
virtual |
The width of lines or edges.
|
virtual |
The color and opacity of points or vertices when not mapped through a lookup table.
|
virtual |
The color and opacity of points or vertices when not mapped through a lookup table.
|
virtual |
The color and opacity of points or vertices when not mapped through a lookup table.
|
virtual |
The color and opacity of points or vertices when not mapped through a lookup table.
|
virtual |
The color and opacity of points or vertices when not mapped through a lookup table.
|
virtual |
The color and opacity of points or vertices when not mapped through a lookup table.
|
virtual |
The color and opacity of points or vertices when not mapped through a lookup table.
|
virtual |
The ranges to use in the point lookup table.
You may also do this by accessing the point lookup table directly with GetPointLookupTable() and calling these methods.
|
virtual |
The ranges to use in the point lookup table.
You may also do this by accessing the point lookup table directly with GetPointLookupTable() and calling these methods.
|
virtual |
The ranges to use in the point lookup table.
You may also do this by accessing the point lookup table directly with GetPointLookupTable() and calling these methods.
|
virtual |
The ranges to use in the point lookup table.
You may also do this by accessing the point lookup table directly with GetPointLookupTable() and calling these methods.
|
virtual |
The ranges to use in the point lookup table.
You may also do this by accessing the point lookup table directly with GetPointLookupTable() and calling these methods.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set/Get the point lookup table.
|
virtual |
Set/Get the point lookup table.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
The color and opacity of cells or edges when not mapped through a lookup table.
|
virtual |
The color and opacity of cells or edges when not mapped through a lookup table.
|
virtual |
The color and opacity of cells or edges when not mapped through a lookup table.
|
virtual |
The color and opacity of cells or edges when not mapped through a lookup table.
|
virtual |
The color and opacity of cells or edges when not mapped through a lookup table.
|
virtual |
The color and opacity of cells or edges when not mapped through a lookup table.
|
virtual |
The color and opacity of cells or edges when not mapped through a lookup table.
|
virtual |
The ranges to use in the cell lookup table.
You may also do this by accessing the cell lookup table directly with GetCellLookupTable() and calling these methods.
|
virtual |
The ranges to use in the cell lookup table.
You may also do this by accessing the cell lookup table directly with GetCellLookupTable() and calling these methods.
|
virtual |
The ranges to use in the cell lookup table.
You may also do this by accessing the cell lookup table directly with GetCellLookupTable() and calling these methods.
|
virtual |
The ranges to use in the cell lookup table.
You may also do this by accessing the cell lookup table directly with GetCellLookupTable() and calling these methods.
|
virtual |
The ranges to use in the cell lookup table.
You may also do this by accessing the cell lookup table directly with GetCellLookupTable() and calling these methods.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set/Get the cell lookup table.
|
virtual |
Set/Get the cell lookup table.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
Whether to scale the lookup table to fit the range of the data.
|
virtual |
The color of any outlines in the view.
|
virtual |
The color of any outlines in the view.
|
virtual |
The color of any outlines in the view.
|
virtual |
The color of any outlines in the view.
|
virtual |
The color of any outlines in the view.
|
virtual |
The color of selected points or vertices.
|
virtual |
The color of selected points or vertices.
|
virtual |
The color of selected points or vertices.
|
virtual |
The color of selected points or vertices.
|
virtual |
The color of selected points or vertices.
|
virtual |
The color of selected points or vertices.
|
virtual |
The color of selected points or vertices.
|
virtual |
The color of selected cells or edges.
|
virtual |
The color of selected cells or edges.
|
virtual |
The color of selected cells or edges.
|
virtual |
The color of selected cells or edges.
|
virtual |
The color of selected cells or edges.
|
virtual |
The color of selected cells or edges.
|
virtual |
The color of selected cells or edges.
|
virtual |
The view background color.
|
virtual |
The view background color.
|
virtual |
The view background color.
|
virtual |
The view background color.
|
virtual |
The view background color.
|
virtual |
The second background color (for gradients).
|
virtual |
The second background color (for gradients).
|
virtual |
The second background color (for gradients).
|
virtual |
The second background color (for gradients).
|
virtual |
The second background color (for gradients).
|
virtual |
The text property to use for labeling points/vertices.
|
virtual |
The text property to use for labeling points/vertices.
|
virtual |
The text property to use for labeling edges/cells.
|
virtual |
The text property to use for labeling edges/cells.
|
virtual |
The color to use for labeling graph vertices.
This is deprecated. Use GetPointTextProperty()->SetColor() instead.
|
inlinevirtual |
The color to use for labeling graph vertices.
This is deprecated. Use GetPointTextProperty()->SetColor() instead.
Definition at line 338 of file vtkViewTheme.h.
|
virtual |
The color to use for labeling graph vertices.
This is deprecated. Use GetPointTextProperty()->SetColor() instead.
|
inlinevirtual |
The color to use for labeling graph vertices.
This is deprecated. Use GetPointTextProperty()->SetColor() instead.
Definition at line 340 of file vtkViewTheme.h.
|
inlinevirtual |
The color to use for labeling graph vertices.
This is deprecated. Use GetPointTextProperty()->SetColor() instead.
Definition at line 350 of file vtkViewTheme.h.
|
virtual |
The color to use for labeling graph edges.
This is deprecated. Use GetCellTextProperty()->SetColor() instead.
|
inlinevirtual |
The color to use for labeling graph edges.
This is deprecated. Use GetCellTextProperty()->SetColor() instead.
Definition at line 359 of file vtkViewTheme.h.
|
virtual |
The color to use for labeling graph edges.
This is deprecated. Use GetCellTextProperty()->SetColor() instead.
|
inlinevirtual |
The color to use for labeling graph edges.
This is deprecated. Use GetCellTextProperty()->SetColor() instead.
Definition at line 361 of file vtkViewTheme.h.
|
inlinevirtual |
The color to use for labeling graph edges.
This is deprecated. Use GetCellTextProperty()->SetColor() instead.
Definition at line 371 of file vtkViewTheme.h.
|
static |
Convenience methods for creating some default view themes.
The return reference is reference-counted, so you will have to call Delete() on the reference when you are finished with it.
|
static |
Convenience methods for creating some default view themes.
The return reference is reference-counted, so you will have to call Delete() on the reference when you are finished with it.
|
static |
Convenience methods for creating some default view themes.
The return reference is reference-counted, so you will have to call Delete() on the reference when you are finished with it.
bool vtkViewTheme::LookupMatchesPointTheme | ( | vtkScalarsToColors * | s2c | ) |
Whether a given lookup table matches the point or cell theme of this theme.
bool vtkViewTheme::LookupMatchesCellTheme | ( | vtkScalarsToColors * | s2c | ) |
Whether a given lookup table matches the point or cell theme of this theme.
|
protected |
Definition at line 398 of file vtkViewTheme.h.
|
protected |
Definition at line 399 of file vtkViewTheme.h.
|
protected |
Definition at line 401 of file vtkViewTheme.h.
|
protected |
Definition at line 402 of file vtkViewTheme.h.
|
protected |
Definition at line 404 of file vtkViewTheme.h.
|
protected |
Definition at line 405 of file vtkViewTheme.h.
|
protected |
Definition at line 407 of file vtkViewTheme.h.
|
protected |
Definition at line 409 of file vtkViewTheme.h.
|
protected |
Definition at line 410 of file vtkViewTheme.h.
|
protected |
Definition at line 411 of file vtkViewTheme.h.
|
protected |
Definition at line 412 of file vtkViewTheme.h.
|
protected |
Definition at line 414 of file vtkViewTheme.h.
|
protected |
Definition at line 415 of file vtkViewTheme.h.
|
protected |
Definition at line 417 of file vtkViewTheme.h.
|
protected |
Definition at line 418 of file vtkViewTheme.h.
|
protected |
Definition at line 420 of file vtkViewTheme.h.
|
protected |
Definition at line 421 of file vtkViewTheme.h.
|
protected |
Definition at line 423 of file vtkViewTheme.h.
|
protected |
Definition at line 424 of file vtkViewTheme.h.