#include <vtkHedgeHog.h>
Inheritance diagram for vtkHedgeHog:
vtkHedgeHog creates oriented lines from the input data set. Line length is controlled by vector (or normal) magnitude times scale factor. If VectorMode is UseNormal, normals determine the orientation of the lines. Lines are colored by scalar data, if available.
Definition at line 38 of file vtkHedgeHog.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetScaleFactor (double) |
virtual double | GetScaleFactor () |
virtual void | SetVectorMode (int) |
virtual int | GetVectorMode () |
void | SetVectorModeToUseVector () |
void | SetVectorModeToUseNormal () |
const char * | GetVectorModeAsString () |
Static Public Member Functions | |
static vtkHedgeHog * | New () |
static int | IsTypeOf (const char *type) |
static vtkHedgeHog * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHedgeHog () | |
~vtkHedgeHog () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
double | ScaleFactor |
int | VectorMode |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 42 of file vtkHedgeHog.h. |
|
|
|
Definition at line 62 of file vtkHedgeHog.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. 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. |
|
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. |
|
Set scale factor to control size of oriented lines. |
|
|
|
Specify whether to use vector or normal to perform vector operations. |
|
Specify whether to use vector or normal to perform vector operations. |
|
Specify whether to use vector or normal to perform vector operations. Definition at line 55 of file vtkHedgeHog.h. References VTK_USE_VECTOR. |
|
Specify whether to use vector or normal to perform vector operations. Definition at line 56 of file vtkHedgeHog.h. References VTK_USE_NORMAL. |
|
Return the vector mode as a character string. Definition at line 75 of file vtkHedgeHog.h. References VTK_USE_NORMAL, and VTK_USE_VECTOR. |
|
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 66 of file vtkHedgeHog.h. |
|
Definition at line 67 of file vtkHedgeHog.h. |