#include <vtkCutMaterial.h>
Inheritance diagram for vtkCutMaterial:
Public Methods | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetMaterialArrayName (const char *) |
virtual char * | GetMaterialArrayName () |
virtual void | SetMaterial (int) |
virtual int | GetMaterial () |
virtual void | SetArrayName (const char *) |
virtual char * | GetArrayName () |
virtual void | SetUpVector (float, float, float) |
virtual void | SetUpVector (float[3]) |
virtual float * | GetUpVector () |
virtual void | GetUpVector (float &, float &, float &) |
virtual void | GetUpVector (float[3]) |
virtual float * | GetMaximumPoint () |
virtual void | GetMaximumPoint (float &, float &, float &) |
virtual void | GetMaximumPoint (float[3]) |
virtual float * | GetCenterPoint () |
virtual void | GetCenterPoint (float &, float &, float &) |
virtual void | GetCenterPoint (float[3]) |
virtual float * | GetNormal () |
virtual void | GetNormal (float &, float &, float &) |
virtual void | GetNormal (float[3]) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkCutMaterial * | SafeDownCast (vtkObject *o) |
vtkCutMaterial * | New () |
Protected Methods | |
vtkCutMaterial () | |
~vtkCutMaterial () | |
void | Execute () |
void | ComputeMaximumPoint (vtkDataSet *input) |
void | ComputeNormal () |
Protected Attributes | |
char * | MaterialArrayName |
int | Material |
char * | ArrayName |
float | UpVector [3] |
float | MaximumPoint [3] |
float | CenterPoint [3] |
float | Normal [3] |
vtkPlane * | PlaneFunction |
vtkCutMaterial computes a cut plane based on an up vector, center of the bounding box and the location of the maximum variable value. These computed values are available so that they can be used to set the camera for the best view of the plane.
Definition at line 62 of file vtkCutMaterial.h.
|
|
|
|
|
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 vtkSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToPolyDataFilter. |
|
Return 1 if this class type 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 vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToPolyDataFilter. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkPolyDataSource. |
|
Cell array that contains the material values. |
|
Cell array that contains the material values. |
|
Material to probe. |
|
Material to probe. |
|
For now, we just use the cell values. The array name to cut. |
|
For now, we just use the cell values. The array name to cut. |
|
The last piece of information that specifies the plane. |
|
The last piece of information that specifies the plane. |
|
The last piece of information that specifies the plane. |
|
The last piece of information that specifies the plane. |
|
The last piece of information that specifies the plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
Accesses to the values computed during the execute method. They could be used to get a good camera view for the resulting plane. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
|
|
|
|
Definition at line 109 of file vtkCutMaterial.h. |
|
Definition at line 110 of file vtkCutMaterial.h. |
|
Definition at line 111 of file vtkCutMaterial.h. |
|
Definition at line 112 of file vtkCutMaterial.h. |
|
Definition at line 113 of file vtkCutMaterial.h. |
|
Definition at line 114 of file vtkCutMaterial.h. |
|
Definition at line 115 of file vtkCutMaterial.h. |
|
Definition at line 117 of file vtkCutMaterial.h. |