VTK
|
represent surface properties of a geometric object More...
#include <vtkProperty.h>
Public Types | |
typedef vtkObject | Superclass |
enum | VTKTextureUnit { VTK_TEXTURE_UNIT_0 = 0, VTK_TEXTURE_UNIT_1, VTK_TEXTURE_UNIT_2, VTK_TEXTURE_UNIT_3, VTK_TEXTURE_UNIT_4, VTK_TEXTURE_UNIT_5, VTK_TEXTURE_UNIT_6, VTK_TEXTURE_UNIT_7 } |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkProperty * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | DeepCopy (vtkProperty *p) |
virtual void | Render (vtkActor *, vtkRenderer *) |
virtual void | BackfaceRender (vtkActor *, vtkRenderer *) |
void | RemoveTexture (const char *name) |
void | RemoveAllTextures () |
int | GetNumberOfTextures () |
virtual void | ReleaseGraphicsResources (vtkWindow *win) |
virtual void | PostRender (vtkActor *, vtkRenderer *) |
virtual bool | GetLighting () |
virtual void | SetLighting (bool) |
virtual void | LightingOn () |
virtual void | LightingOff () |
virtual void | SetInterpolation (int) |
virtual int | GetInterpolation () |
void | SetInterpolationToFlat () |
void | SetInterpolationToGouraud () |
void | SetInterpolationToPhong () |
const char * | GetInterpolationAsString () |
virtual void | SetRepresentation (int) |
virtual int | GetRepresentation () |
void | SetRepresentationToPoints () |
void | SetRepresentationToWireframe () |
void | SetRepresentationToSurface () |
const char * | GetRepresentationAsString () |
virtual void | SetColor (double r, double g, double b) |
virtual void | SetColor (double a[3]) |
double * | GetColor () |
void | GetColor (double rgb[3]) |
void | GetColor (double &r, double &g, double &b) |
virtual void | SetAmbient (double) |
virtual double | GetAmbient () |
virtual void | SetDiffuse (double) |
virtual double | GetDiffuse () |
virtual void | SetSpecular (double) |
virtual double | GetSpecular () |
virtual void | SetSpecularPower (double) |
virtual double | GetSpecularPower () |
virtual void | SetOpacity (double) |
virtual double | GetOpacity () |
virtual void | SetAmbientColor (double, double, double) |
virtual void | SetAmbientColor (double[3]) |
virtual double * | GetAmbientColor () |
virtual void | GetAmbientColor (double &, double &, double &) |
virtual void | GetAmbientColor (double[3]) |
virtual void | SetDiffuseColor (double, double, double) |
virtual void | SetDiffuseColor (double[3]) |
virtual double * | GetDiffuseColor () |
virtual void | GetDiffuseColor (double &, double &, double &) |
virtual void | GetDiffuseColor (double[3]) |
virtual void | SetSpecularColor (double, double, double) |
virtual void | SetSpecularColor (double[3]) |
virtual double * | GetSpecularColor () |
virtual void | GetSpecularColor (double &, double &, double &) |
virtual void | GetSpecularColor (double[3]) |
virtual int | GetEdgeVisibility () |
virtual void | SetEdgeVisibility (int) |
virtual void | EdgeVisibilityOn () |
virtual void | EdgeVisibilityOff () |
virtual void | SetEdgeColor (double, double, double) |
virtual void | SetEdgeColor (double[3]) |
virtual double * | GetEdgeColor () |
virtual void | GetEdgeColor (double &, double &, double &) |
virtual void | GetEdgeColor (double[3]) |
virtual void | SetLineWidth (float) |
virtual float | GetLineWidth () |
virtual void | SetLineStipplePattern (int) |
virtual int | GetLineStipplePattern () |
virtual void | SetLineStippleRepeatFactor (int) |
virtual int | GetLineStippleRepeatFactor () |
virtual void | SetPointSize (float) |
virtual float | GetPointSize () |
virtual int | GetBackfaceCulling () |
virtual void | SetBackfaceCulling (int) |
virtual void | BackfaceCullingOn () |
virtual void | BackfaceCullingOff () |
virtual int | GetFrontfaceCulling () |
virtual void | SetFrontfaceCulling (int) |
virtual void | FrontfaceCullingOn () |
virtual void | FrontfaceCullingOff () |
virtual char * | GetMaterialName () |
virtual void | SetShading (int) |
virtual int | GetShading () |
virtual void | ShadingOn () |
virtual void | ShadingOff () |
virtual vtkShaderDeviceAdapter2 * | GetShaderDeviceAdapter2 () |
virtual void | AddShaderVariable (const char *name, int numVars, int *x) |
virtual void | AddShaderVariable (const char *name, int numVars, float *x) |
virtual void | AddShaderVariable (const char *name, int numVars, double *x) |
void | AddShaderVariable (const char *name, int v) |
void | AddShaderVariable (const char *name, float v) |
void | AddShaderVariable (const char *name, double v) |
void | AddShaderVariable (const char *name, int v1, int v2) |
void | AddShaderVariable (const char *name, float v1, float v2) |
void | AddShaderVariable (const char *name, double v1, double v2) |
void | AddShaderVariable (const char *name, int v1, int v2, int v3) |
void | AddShaderVariable (const char *name, float v1, float v2, float v3) |
void | AddShaderVariable (const char *name, double v1, double v2, double v3) |
void | SetTexture (const char *name, vtkTexture *texture) |
vtkTexture * | GetTexture (const char *name) |
void | SetTexture (int unit, vtkTexture *texture) |
vtkTexture * | GetTexture (int unit) |
void | RemoveTexture (int unit) |
![]() | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
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 *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
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) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkProperty * | SafeDownCast (vtkObjectBase *o) |
static vtkProperty * | New () |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkProperty () | |
~vtkProperty () | |
virtual void | SetMaterialName (const char *) |
vtkTexture * | GetTextureAtIndex (int index) |
int | GetTextureUnitAtIndex (int index) |
int | GetTextureUnit (const char *name) |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
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 void | ComputeCompositeColor (double result[3], double ambient, const double ambient_color[3], double diffuse, const double diffuse_color[3], double specular, const double specular_color[3]) |
Protected Attributes | |
double | Color [3] |
double | AmbientColor [3] |
double | DiffuseColor [3] |
double | SpecularColor [3] |
double | EdgeColor [3] |
double | Ambient |
double | Diffuse |
double | Specular |
double | SpecularPower |
double | Opacity |
float | PointSize |
float | LineWidth |
int | LineStipplePattern |
int | LineStippleRepeatFactor |
int | Interpolation |
int | Representation |
int | EdgeVisibility |
int | BackfaceCulling |
int | FrontfaceCulling |
bool | Lighting |
int | Shading |
char * | MaterialName |
![]() | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
represent surface properties of a geometric object
vtkProperty is an object that represents lighting and other surface properties of a geometric object. The primary properties that can be set are colors (overall, ambient, diffuse, specular, and edge color); specular power; opacity of the object; the representation of the object (points, wireframe, or surface); and the shading method to be used (flat, Gouraud, and Phong). Also, some special graphics features like backface properties can be set and manipulated with this object.
Definition at line 63 of file vtkProperty.h.
typedef vtkObject vtkProperty::Superclass |
Definition at line 66 of file vtkProperty.h.
Used to specify which texture unit a texture will use. Only relevant when multitexturing.
Enumerator | |
---|---|
VTK_TEXTURE_UNIT_0 | |
VTK_TEXTURE_UNIT_1 | |
VTK_TEXTURE_UNIT_2 | |
VTK_TEXTURE_UNIT_3 | |
VTK_TEXTURE_UNIT_4 | |
VTK_TEXTURE_UNIT_5 | |
VTK_TEXTURE_UNIT_6 | |
VTK_TEXTURE_UNIT_7 |
Definition at line 367 of file vtkProperty.h.
|
protected |
|
protected |
|
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 vtkObject.
Reimplemented in vtkRIBProperty, vtkOpenGLProperty, and vtkOpenGLProperty.
|
static |
|
protectedvirtual |
Reimplemented from vtkObject.
Reimplemented in vtkRIBProperty, vtkOpenGLProperty, and vtkOpenGLProperty.
vtkProperty* vtkProperty::NewInstance | ( | ) | const |
|
virtual |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkObject.
Reimplemented in vtkOpenGLProperty, and vtkOpenGLProperty.
|
static |
Construct object with object color, ambient color, diffuse color, specular color, and edge color white; ambient coefficient=0; diffuse coefficient=0; specular coefficient=0; specular power=1; Gouraud shading; and surface representation. Backface and frontface culling are off.
void vtkProperty::DeepCopy | ( | vtkProperty * | p | ) |
Assign one property to another.
|
virtual |
This method causes the property to set up whatever is required for its instance variables. This is actually handled by a subclass of vtkProperty, which is created automatically. This method includes the invoking actor as an argument which can be used by property devices that require the actor.
Reimplemented in vtkRIBProperty, vtkOpenGLProperty, and vtkOpenGLProperty.
|
inlinevirtual |
This method renders the property as a backface property. TwoSidedLighting must be turned off to see any backface properties. Note that only colors and opacity are used for backface properties. Other properties such as Representation, Culling are specified by the Property.
Reimplemented in vtkOpenGLProperty, and vtkOpenGLProperty.
Definition at line 91 of file vtkProperty.h.
|
virtual |
This method is called after the actor has been rendered. Don't call this directly. This method cleans up any shaders allocated.
Reimplemented in vtkOpenGLProperty, and vtkOpenGLProperty.
|
virtual |
Set/Get lighting flag for an object. Initial value is true.
|
virtual |
Set/Get lighting flag for an object. Initial value is true.
|
virtual |
Set/Get lighting flag for an object. Initial value is true.
|
virtual |
Set/Get lighting flag for an object. Initial value is true.
|
virtual |
Set the shading interpolation method for an object.
|
virtual |
Set the shading interpolation method for an object.
|
inline |
Set the shading interpolation method for an object.
Definition at line 112 of file vtkProperty.h.
|
inline |
Set the shading interpolation method for an object.
Definition at line 114 of file vtkProperty.h.
|
inline |
Set the shading interpolation method for an object.
Definition at line 116 of file vtkProperty.h.
|
inline |
Return the method of shading as a descriptive character string.
Definition at line 437 of file vtkProperty.h.
|
virtual |
Control the surface geometry representation for the object.
|
virtual |
Control the surface geometry representation for the object.
|
inline |
Control the surface geometry representation for the object.
Definition at line 125 of file vtkProperty.h.
|
inline |
Control the surface geometry representation for the object.
Definition at line 127 of file vtkProperty.h.
|
inline |
Control the surface geometry representation for the object.
Definition at line 129 of file vtkProperty.h.
|
inline |
Return the method of shading as a descriptive character string.
Definition at line 456 of file vtkProperty.h.
Set the color of the object. Has the side effect of setting the ambient diffuse and specular colors as well. This is basically a quick overall color setting method.
|
virtual |
Set the color of the object. Has the side effect of setting the ambient diffuse and specular colors as well. This is basically a quick overall color setting method.
double* vtkProperty::GetColor | ( | ) |
Set the color of the object. Has the side effect of setting the ambient diffuse and specular colors as well. This is basically a quick overall color setting method.
void vtkProperty::GetColor | ( | double | rgb[3] | ) |
Set the color of the object. Has the side effect of setting the ambient diffuse and specular colors as well. This is basically a quick overall color setting method.
Set the color of the object. Has the side effect of setting the ambient diffuse and specular colors as well. This is basically a quick overall color setting method.
|
virtual |
Set/Get the ambient lighting coefficient.
|
virtual |
Set/Get the ambient lighting coefficient.
|
virtual |
Set/Get the diffuse lighting coefficient.
|
virtual |
Set/Get the diffuse lighting coefficient.
|
virtual |
Set/Get the specular lighting coefficient.
|
virtual |
Set/Get the specular lighting coefficient.
|
virtual |
Set/Get the specular power.
|
virtual |
Set/Get the specular power.
|
virtual |
Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
|
virtual |
Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
Set/Get the ambient surface color. Not all renderers support separate ambient and diffuse colors. From a physical standpoint it really doesn't make too much sense to have both. For the rendering libraries that don't support both, the diffuse color is used.
|
virtual |
Set/Get the ambient surface color. Not all renderers support separate ambient and diffuse colors. From a physical standpoint it really doesn't make too much sense to have both. For the rendering libraries that don't support both, the diffuse color is used.
|
virtual |
Set/Get the ambient surface color. Not all renderers support separate ambient and diffuse colors. From a physical standpoint it really doesn't make too much sense to have both. For the rendering libraries that don't support both, the diffuse color is used.
Set/Get the ambient surface color. Not all renderers support separate ambient and diffuse colors. From a physical standpoint it really doesn't make too much sense to have both. For the rendering libraries that don't support both, the diffuse color is used.
|
virtual |
Set/Get the ambient surface color. Not all renderers support separate ambient and diffuse colors. From a physical standpoint it really doesn't make too much sense to have both. For the rendering libraries that don't support both, the diffuse color is used.
Set/Get the diffuse surface color.
|
virtual |
Set/Get the diffuse surface color.
|
virtual |
Set/Get the diffuse surface color.
Set/Get the diffuse surface color.
|
virtual |
Set/Get the diffuse surface color.
Set/Get the specular surface color.
|
virtual |
Set/Get the specular surface color.
|
virtual |
Set/Get the specular surface color.
Set/Get the specular surface color.
|
virtual |
Set/Get the specular surface color.
|
virtual |
Turn on/off the visibility of edges. On some renderers it is possible to render the edges of geometric primitives separately from the interior.
|
virtual |
Turn on/off the visibility of edges. On some renderers it is possible to render the edges of geometric primitives separately from the interior.
|
virtual |
Turn on/off the visibility of edges. On some renderers it is possible to render the edges of geometric primitives separately from the interior.
|
virtual |
Turn on/off the visibility of edges. On some renderers it is possible to render the edges of geometric primitives separately from the interior.
Set/Get the color of primitive edges (if edge visibility is enabled).
|
virtual |
Set/Get the color of primitive edges (if edge visibility is enabled).
|
virtual |
Set/Get the color of primitive edges (if edge visibility is enabled).
Set/Get the color of primitive edges (if edge visibility is enabled).
|
virtual |
Set/Get the color of primitive edges (if edge visibility is enabled).
|
virtual |
Set/Get the width of a Line. The width is expressed in screen units. This is only implemented for OpenGL. The default is 1.0.
|
virtual |
Set/Get the width of a Line. The width is expressed in screen units. This is only implemented for OpenGL. The default is 1.0.
|
virtual |
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off). This is only implemented for OpenGL. The default is 0xFFFF.
|
virtual |
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off). This is only implemented for OpenGL. The default is 0xFFFF.
|
virtual |
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated. This is only implemented for OpenGL. The default is 1.
|
virtual |
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated. This is only implemented for OpenGL. The default is 1.
|
virtual |
Set/Get the diameter of a point. The size is expressed in screen units. This is only implemented for OpenGL. The default is 1.0.
|
virtual |
Set/Get the diameter of a point. The size is expressed in screen units. This is only implemented for OpenGL. The default is 1.0.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If backface culling is on, polygons facing away from camera are not drawn.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If backface culling is on, polygons facing away from camera are not drawn.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If backface culling is on, polygons facing away from camera are not drawn.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If backface culling is on, polygons facing away from camera are not drawn.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If frontface culling is on, polygons facing towards camera are not drawn.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If frontface culling is on, polygons facing towards camera are not drawn.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If frontface culling is on, polygons facing towards camera are not drawn.
|
virtual |
Turn on/off fast culling of polygons based on orientation of normal with respect to camera. If frontface culling is on, polygons facing towards camera are not drawn.
|
virtual |
Returns the name of the material currently loaded, if any.
|
virtual |
Enable/Disable shading. When shading is enabled, the Material must be set.
|
virtual |
Enable/Disable shading. When shading is enabled, the Material must be set.
|
virtual |
Enable/Disable shading. When shading is enabled, the Material must be set.
|
virtual |
Enable/Disable shading. When shading is enabled, the Material must be set.
|
inlinevirtual |
Get the vtkShaderDeviceAdapter2 if set, returns null otherwise.
Reimplemented in vtkOpenGLProperty.
Definition at line 275 of file vtkProperty.h.
Provide values to initialize shader variables. Useful to initialize shader variables that change over time (animation, GUI widgets inputs, etc. ) - name
- hardware name of the uniform variable - numVars
- number of variables being set - x
- values
Reimplemented in vtkOpenGLProperty.
Provide values to initialize shader variables. Useful to initialize shader variables that change over time (animation, GUI widgets inputs, etc. ) - name
- hardware name of the uniform variable - numVars
- number of variables being set - x
- values
Reimplemented in vtkOpenGLProperty.
Provide values to initialize shader variables. Useful to initialize shader variables that change over time (animation, GUI widgets inputs, etc. ) - name
- hardware name of the uniform variable - numVars
- number of variables being set - x
- values
Reimplemented in vtkOpenGLProperty.
|
inline |
Methods to provide to add shader variables from tcl.
Definition at line 291 of file vtkProperty.h.
|
inline |
Methods to provide to add shader variables from tcl.
Definition at line 293 of file vtkProperty.h.
|
inline |
Methods to provide to add shader variables from tcl.
Definition at line 295 of file vtkProperty.h.
Methods to provide to add shader variables from tcl.
Definition at line 297 of file vtkProperty.h.
Methods to provide to add shader variables from tcl.
Definition at line 302 of file vtkProperty.h.
Methods to provide to add shader variables from tcl.
Definition at line 307 of file vtkProperty.h.
Methods to provide to add shader variables from tcl.
Definition at line 312 of file vtkProperty.h.
Methods to provide to add shader variables from tcl.
Definition at line 317 of file vtkProperty.h.
Methods to provide to add shader variables from tcl.
Definition at line 322 of file vtkProperty.h.
void vtkProperty::SetTexture | ( | const char * | name, |
vtkTexture * | texture | ||
) |
Set/Get the texture object to control rendering texture maps. This will be a vtkTexture object. A property does not need to have an associated texture map and multiple properties can share one texture. Textures must be assigned unique names.
vtkTexture* vtkProperty::GetTexture | ( | const char * | name | ) |
Set/Get the texture object to control rendering texture maps. This will be a vtkTexture object. A property does not need to have an associated texture map and multiple properties can share one texture. Textures must be assigned unique names.
void vtkProperty::SetTexture | ( | int | unit, |
vtkTexture * | texture | ||
) |
Set/Get the texture object to control rendering texture maps. This will be a vtkTexture object. A property does not need to have an associated texture map and multiple properties can share one texture. Textures must be assigned unique names.
vtkTexture* vtkProperty::GetTexture | ( | int | unit | ) |
Set/Get the texture object to control rendering texture maps. This will be a vtkTexture object. A property does not need to have an associated texture map and multiple properties can share one texture. Textures must be assigned unique names.
void vtkProperty::RemoveTexture | ( | int | unit | ) |
Set/Get the texture object to control rendering texture maps. This will be a vtkTexture object. A property does not need to have an associated texture map and multiple properties can share one texture. Textures must be assigned unique names.
void vtkProperty::RemoveTexture | ( | const char * | name | ) |
Remove a texture from the collection. Note that the indices of all the subsequent textures, if any, will change.
void vtkProperty::RemoveAllTextures | ( | ) |
Remove all the textures.
int vtkProperty::GetNumberOfTextures | ( | ) |
Returns the number of textures in this property.
|
virtual |
Release any graphics resources that are being consumed by this property. The parameter window could be used to determine which graphic resources to release.
Reimplemented in vtkOpenGLProperty, and vtkOpenGLProperty.
|
staticprotected |
Computes composite color. Used by GetColor().
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
Definition at line 393 of file vtkProperty.h.
|
protected |
Definition at line 394 of file vtkProperty.h.
|
protected |
Definition at line 395 of file vtkProperty.h.
|
protected |
Definition at line 396 of file vtkProperty.h.
|
protected |
Definition at line 397 of file vtkProperty.h.
|
protected |
Definition at line 398 of file vtkProperty.h.
|
protected |
Definition at line 399 of file vtkProperty.h.
|
protected |
Definition at line 400 of file vtkProperty.h.
|
protected |
Definition at line 401 of file vtkProperty.h.
|
protected |
Definition at line 402 of file vtkProperty.h.
|
protected |
Definition at line 403 of file vtkProperty.h.
|
protected |
Definition at line 404 of file vtkProperty.h.
|
protected |
Definition at line 405 of file vtkProperty.h.
|
protected |
Definition at line 406 of file vtkProperty.h.
|
protected |
Definition at line 407 of file vtkProperty.h.
|
protected |
Definition at line 408 of file vtkProperty.h.
|
protected |
Definition at line 409 of file vtkProperty.h.
|
protected |
Definition at line 410 of file vtkProperty.h.
|
protected |
Definition at line 411 of file vtkProperty.h.
|
protected |
Definition at line 412 of file vtkProperty.h.
|
protected |
Definition at line 414 of file vtkProperty.h.
|
protected |
Definition at line 416 of file vtkProperty.h.