create oriented lines from vector data
More...
#include <vtkHedgeHog.h>
Inherits vtkPolyDataAlgorithm.
create oriented lines from vector data
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.
- Examples:
- vtkHedgeHog (Examples)
- Tests:
- vtkHedgeHog (Tests)
Definition at line 39 of file vtkHedgeHog.h.
vtkHedgeHog::vtkHedgeHog |
( |
| ) |
|
|
protected |
vtkHedgeHog::~vtkHedgeHog |
( |
| ) |
|
|
inlineprotected |
static int vtkHedgeHog::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkHedgeHog::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkHedgeHog* vtkHedgeHog::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkHedgeHog::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkHedgeHog::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkHedgeHog::SetScaleFactor |
( |
double |
| ) |
|
|
virtual |
Set scale factor to control size of oriented lines.
virtual double vtkHedgeHog::GetScaleFactor |
( |
| ) |
|
|
virtual |
Set scale factor to control size of oriented lines.
virtual void vtkHedgeHog::SetVectorMode |
( |
int |
| ) |
|
|
virtual |
Specify whether to use vector or normal to perform vector operations.
virtual int vtkHedgeHog::GetVectorMode |
( |
| ) |
|
|
virtual |
Specify whether to use vector or normal to perform vector operations.
void vtkHedgeHog::SetVectorModeToUseVector |
( |
| ) |
|
|
inline |
Specify whether to use vector or normal to perform vector operations.
Definition at line 56 of file vtkHedgeHog.h.
void vtkHedgeHog::SetVectorModeToUseNormal |
( |
| ) |
|
|
inline |
Specify whether to use vector or normal to perform vector operations.
Definition at line 57 of file vtkHedgeHog.h.
const char * vtkHedgeHog::GetVectorModeAsString |
( |
void |
| ) |
|
|
inline |
Return the vector mode as a character string.
Definition at line 77 of file vtkHedgeHog.h.
virtual int vtkHedgeHog::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkHedgeHog::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
double vtkHedgeHog::ScaleFactor |
|
protected |
int vtkHedgeHog::VectorMode |
|
protected |
The documentation for this class was generated from the following file: