#include <vtkCutMaterial.h>
Inheritance diagram for vtkCutMaterial:
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 34 of file vtkCutMaterial.h.
virtual void | SetMaterialArrayName (const char *) |
virtual char * | GetMaterialArrayName () |
static vtkCutMaterial * | New () |
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetMaterial (int) |
virtual int | GetMaterial () |
virtual void | SetArrayName (const char *) |
virtual char * | GetArrayName () |
virtual void | SetUpVector (double, double, double) |
virtual void | SetUpVector (double[3]) |
virtual double * | GetUpVector () |
virtual void | GetUpVector (double &, double &, double &) |
virtual void | GetUpVector (double[3]) |
virtual double * | GetMaximumPoint () |
virtual void | GetMaximumPoint (double &, double &, double &) |
virtual void | GetMaximumPoint (double[3]) |
virtual double * | GetCenterPoint () |
virtual void | GetCenterPoint (double &, double &, double &) |
virtual void | GetCenterPoint (double[3]) |
virtual double * | GetNormal () |
virtual void | GetNormal (double &, double &, double &) |
virtual void | GetNormal (double[3]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkCutMaterial * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCutMaterial () | |
~vtkCutMaterial () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
void | ComputeMaximumPoint (vtkDataSet *input) |
void | ComputeNormal () |
Protected Attributes | |
char * | MaterialArrayName |
int | Material |
char * | ArrayName |
double | UpVector [3] |
double | MaximumPoint [3] |
double | CenterPoint [3] |
double | Normal [3] |
vtkPlane * | PlaneFunction |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 38 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 vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Cell array that contains the material values. Reimplemented from vtkPolyDataAlgorithm. |
|
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 is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkPolyDataAlgorithm. |
|
|
|
|
|
Definition at line 82 of file vtkCutMaterial.h. |
|
Definition at line 83 of file vtkCutMaterial.h. |
|
Definition at line 84 of file vtkCutMaterial.h. |
|
Definition at line 85 of file vtkCutMaterial.h. |
|
Definition at line 86 of file vtkCutMaterial.h. |
|
Definition at line 87 of file vtkCutMaterial.h. |
|
Definition at line 88 of file vtkCutMaterial.h. |
|
Definition at line 90 of file vtkCutMaterial.h. |