|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkRIBProperty * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | SetSurfaceShaderUsesDefaultParameters (bool) |
| If true (default) the surface shader uses the usual shader parameters: Ka - Ambient amount Kd - Diffuse amount Ks - Specular amount Roughness SpecularColor Additional surface shader parameters can be added with the Set/AddSurfaceShaderParameter methods. More...
|
|
virtual bool | GetSurfaceShaderUsesDefaultParameters () |
|
virtual void | SurfaceShaderUsesDefaultParametersOn () |
|
virtual void | SurfaceShaderUsesDefaultParametersOff () |
|
virtual void | SetSurfaceShader (const char *) |
| Specify the name of a surface shader. More...
|
|
virtual char * | GetSurfaceShader () |
|
virtual void | SetDisplacementShader (const char *) |
| Specify the name of a displacement shader. More...
|
|
virtual char * | GetDisplacementShader () |
|
void | SetVariable (const char *variable, const char *declaration) |
| Specify declarations for variables. More...
|
|
void | AddVariable (const char *variable, const char *declaration) |
|
char * | GetDeclarations () |
| Get variable declarations. More...
|
|
void | SetParameter (const char *parameter, const char *value) |
| Specify parameter values for variables. More...
|
|
void | AddParameter (const char *parameter, const char *value) |
|
void | SetSurfaceShaderParameter (const char *parameter, const char *value) |
| Specify parameter values for surface shader parameters. More...
|
|
void | AddSurfaceShaderParameter (const char *parameter, const char *value) |
|
void | SetDisplacementShaderParameter (const char *parameter, const char *value) |
| Specify parameter values for displacement shader parameters. More...
|
|
void | AddDisplacementShaderParameter (const char *parameter, const char *value) |
|
char * | GetParameters () |
| Get parameters. More...
|
|
char * | GetSurfaceShaderParameters () |
|
char * | GetDisplacementShaderParameters () |
|
vtkProperty * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | DeepCopy (vtkProperty *p) |
| Assign one property to another. More...
|
|
virtual void | BackfaceRender (vtkActor *, vtkRenderer *) |
| This method renders the property as a backface property. More...
|
|
virtual void | PostRender (vtkActor *, vtkRenderer *) |
| This method is called after the actor has been rendered. More...
|
|
virtual bool | GetLighting () |
| Set/Get lighting flag for an object. More...
|
|
virtual void | SetLighting (bool) |
|
virtual void | LightingOn () |
|
virtual void | LightingOff () |
|
virtual bool | GetRenderPointsAsSpheres () |
| Set/Get rendering of points as spheres. More...
|
|
virtual void | SetRenderPointsAsSpheres (bool) |
|
virtual void | RenderPointsAsSpheresOn () |
|
virtual void | RenderPointsAsSpheresOff () |
|
virtual bool | GetRenderLinesAsTubes () |
| Set/Get rendering of lines as tubes. More...
|
|
virtual void | SetRenderLinesAsTubes (bool) |
|
virtual void | RenderLinesAsTubesOn () |
|
virtual void | RenderLinesAsTubesOff () |
|
virtual void | SetInterpolation (int) |
| Set the shading interpolation method for an object. More...
|
|
virtual int | GetInterpolation () |
|
void | SetInterpolationToFlat () |
|
void | SetInterpolationToGouraud () |
|
void | SetInterpolationToPhong () |
|
void | SetInterpolationToPBR () |
|
const char * | GetInterpolationAsString () |
| Return the method of shading as a descriptive character string. More...
|
|
virtual void | SetRepresentation (int) |
| Control the surface geometry representation for the object. More...
|
|
virtual int | GetRepresentation () |
|
void | SetRepresentationToPoints () |
|
void | SetRepresentationToWireframe () |
|
void | SetRepresentationToSurface () |
|
const char * | GetRepresentationAsString () |
| Return the method of shading as a descriptive character string. More...
|
|
virtual void | SetColor (double r, double g, double b) |
| Set the color of the object. More...
|
|
virtual void | SetColor (double a[3]) |
|
double * | GetColor () |
|
void | GetColor (double rgb[3]) |
|
void | GetColor (double &r, double &g, double &b) |
|
virtual void | SetBaseIOR (double) |
| Set/Get the Index Of Refraction of the base layer. More...
|
|
virtual double | GetBaseIOR () |
|
virtual void | SetMetallic (double) |
| Set/Get the metallic coefficient. More...
|
|
virtual double | GetMetallic () |
|
virtual void | SetRoughness (double) |
| Set/Get the roughness coefficient. More...
|
|
virtual double | GetRoughness () |
|
virtual void | SetAnisotropy (double) |
| Set/Get the anisotropy coefficient. More...
|
|
virtual double | GetAnisotropy () |
|
virtual void | SetAnisotropyRotation (double) |
| Set/Get the anisotropy rotation coefficient. More...
|
|
virtual double | GetAnisotropyRotation () |
|
virtual void | SetCoatIOR (double) |
| Set/Get the coat layer Index Of Refraction. More...
|
|
virtual double | GetCoatIOR () |
|
virtual void | SetCoatRoughness (double) |
| Set/Get the coat layer roughness coefficient. More...
|
|
virtual double | GetCoatRoughness () |
|
virtual void | SetCoatStrength (double) |
| Set/Get the coat layer strength coefficient. More...
|
|
virtual double | GetCoatStrength () |
|
virtual void | SetCoatColor (double, double, double) |
| Set/Get the color of the coat layer. More...
|
|
virtual void | SetCoatColor (double[3]) |
|
virtual double * | GetCoatColor () |
|
virtual void | GetCoatColor (double &, double &, double &) |
|
virtual void | GetCoatColor (double[3]) |
|
virtual void | SetCoatNormalScale (double) |
| Set/Get the coat layer normal scale coefficient. More...
|
|
virtual double | GetCoatNormalScale () |
|
virtual void | SetNormalScale (double) |
| Set/Get the normal scale coefficient. More...
|
|
virtual double | GetNormalScale () |
|
virtual void | SetOcclusionStrength (double) |
| Set/Get the occlusion strength coefficient. More...
|
|
virtual double | GetOcclusionStrength () |
|
virtual void | SetEmissiveFactor (double, double, double) |
| Set/Get the emissive factor. More...
|
|
virtual void | SetEmissiveFactor (double[3]) |
|
virtual double * | GetEmissiveFactor () |
|
virtual void | GetEmissiveFactor (double &, double &, double &) |
|
virtual void | GetEmissiveFactor (double[3]) |
|
virtual void | SetEdgeTint (double, double, double) |
| Set/Get the edge tint (for metals only). More...
|
|
virtual void | SetEdgeTint (double[3]) |
|
virtual double * | GetEdgeTint () |
|
virtual void | GetEdgeTint (double &, double &, double &) |
|
virtual void | GetEdgeTint (double[3]) |
|
virtual void | SetAmbient (double) |
| Set/Get the ambient lighting coefficient. More...
|
|
virtual double | GetAmbient () |
|
virtual void | SetDiffuse (double) |
| Set/Get the diffuse lighting coefficient. More...
|
|
virtual double | GetDiffuse () |
|
virtual void | SetSpecular (double) |
| Set/Get the specular lighting coefficient. More...
|
|
virtual double | GetSpecular () |
|
virtual void | SetSpecularPower (double) |
| Set/Get the specular power. More...
|
|
virtual double | GetSpecularPower () |
|
virtual void | SetOpacity (double) |
| Set/Get the object's opacity. More...
|
|
virtual double | GetOpacity () |
|
virtual void | SetAmbientColor (double, double, double) |
| Set/Get the ambient surface color. More...
|
|
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) |
| Set/Get the diffuse surface color. More...
|
|
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) |
| Set/Get the specular surface color. More...
|
|
virtual void | SetSpecularColor (double[3]) |
|
virtual double * | GetSpecularColor () |
|
virtual void | GetSpecularColor (double &, double &, double &) |
|
virtual void | GetSpecularColor (double[3]) |
|
virtual vtkTypeBool | GetEdgeVisibility () |
| Turn on/off the visibility of edges. More...
|
|
virtual void | SetEdgeVisibility (vtkTypeBool) |
|
virtual void | EdgeVisibilityOn () |
|
virtual void | EdgeVisibilityOff () |
|
virtual void | SetEdgeColor (double, double, double) |
| Set/Get the color of primitive edges (if edge visibility is enabled). More...
|
|
virtual void | SetEdgeColor (double[3]) |
|
virtual double * | GetEdgeColor () |
|
virtual void | GetEdgeColor (double &, double &, double &) |
|
virtual void | GetEdgeColor (double[3]) |
|
virtual vtkTypeBool | GetVertexVisibility () |
| Turn on/off the visibility of vertices. More...
|
|
virtual void | SetVertexVisibility (vtkTypeBool) |
|
virtual void | VertexVisibilityOn () |
|
virtual void | VertexVisibilityOff () |
|
virtual void | SetVertexColor (double, double, double) |
| Set/Get the color of primitive vertices (if vertex visibility is enabled). More...
|
|
virtual void | SetVertexColor (double[3]) |
|
virtual double * | GetVertexColor () |
|
virtual void | GetVertexColor (double &, double &, double &) |
|
virtual void | GetVertexColor (double[3]) |
|
virtual void | SetSelectionColor (double, double, double, double) |
| Set/Get the RGBA color of selection primitives (if a selection is active on the mapper). More...
|
|
virtual void | SetSelectionColor (double[4]) |
|
virtual double * | GetSelectionColor () |
|
virtual void | GetSelectionColor (double &, double &, double &, double &) |
|
virtual void | GetSelectionColor (double[4]) |
|
virtual void | SetSelectionLineWidth (float) |
| Set/Get the selection line width. More...
|
|
virtual float | GetSelectionLineWidth () |
|
virtual void | SetSelectionPointSize (float) |
| Set/Get the selection point size. More...
|
|
virtual float | GetSelectionPointSize () |
|
virtual void | SetLineWidth (float) |
| Set/Get the width of a Line. More...
|
|
virtual float | GetLineWidth () |
|
virtual void | SetLineStipplePattern (int) |
| Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off). More...
|
|
virtual int | GetLineStipplePattern () |
|
virtual void | SetLineStippleRepeatFactor (int) |
| Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated. More...
|
|
virtual int | GetLineStippleRepeatFactor () |
|
virtual void | SetPointSize (float) |
| Set/Get the diameter of a point. More...
|
|
virtual float | GetPointSize () |
|
virtual vtkTypeBool | GetBackfaceCulling () |
| Turn on/off fast culling of polygons based on orientation of normal with respect to camera. More...
|
|
virtual void | SetBackfaceCulling (vtkTypeBool) |
|
virtual void | BackfaceCullingOn () |
|
virtual void | BackfaceCullingOff () |
|
virtual vtkTypeBool | GetFrontfaceCulling () |
| Turn on/off fast culling of polygons based on orientation of normal with respect to camera. More...
|
|
virtual void | SetFrontfaceCulling (vtkTypeBool) |
|
virtual void | FrontfaceCullingOn () |
|
virtual void | FrontfaceCullingOff () |
|
virtual void | SetMaterialName (const char *) |
| Returns the name of the material currently loaded, if any. More...
|
|
virtual char * | GetMaterialName () |
|
virtual void | SetShading (vtkTypeBool) |
| Enable/Disable shading. More...
|
|
virtual vtkTypeBool | GetShading () |
|
virtual void | ShadingOn () |
|
virtual void | ShadingOff () |
|
virtual void | AddShaderVariable (const char *name, int numVars, int *x) |
| Provide values to initialize shader variables. More...
|
|
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) |
| Methods to provide to add shader variables from wrappers. More...
|
|
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) |
| Set/Get the texture object to control rendering texture maps. More...
|
|
vtkTexture * | GetTexture (const char *name) |
|
void | SetBaseColorTexture (vtkTexture *texture) |
| Set the base color texture. More...
|
|
void | SetORMTexture (vtkTexture *texture) |
| Set the ORM texture. More...
|
|
void | SetAnisotropyTexture (vtkTexture *texture) |
| Set the anisotropy texture. More...
|
|
void | SetNormalTexture (vtkTexture *texture) |
| Set the normal texture. More...
|
|
void | SetEmissiveTexture (vtkTexture *texture) |
| Set the emissive texture. More...
|
|
void | SetCoatNormalTexture (vtkTexture *texture) |
| Set the coat normal texture. More...
|
|
void | RemoveTexture (const char *name) |
| Remove a texture from the collection. More...
|
|
void | RemoveAllTextures () |
| Remove all the textures. More...
|
|
int | GetNumberOfTextures () |
| Returns the number of textures in this property. More...
|
|
std::map< std::string, vtkTexture * > & | GetAllTextures () |
| Returns all the textures in this property and their names. More...
|
|
virtual void | ReleaseGraphicsResources (vtkWindow *win) |
| Release any graphics resources that are being consumed by this property. More...
|
|
virtual vtkInformation * | GetInformation () |
| Set/Get the information object associated with the Property. More...
|
|
virtual void | SetInformation (vtkInformation *) |
|
double | ComputeReflectanceOfBaseLayer () |
| For PBR, calculate the reflectance of the base layer depending on the presence of a coat layer. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time. More...
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
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 *) |
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
|
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) |
|
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. More...
|
|
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) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
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). More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space. More...
|
|