VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkHedgeHog Class Reference

create oriented lines from vector data More...

#include <vtkHedgeHog.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkHedgeHogNewInstance () const
 
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 vtkHedgeHogNew ()
 
static int IsTypeOf (const char *type)
 
static vtkHedgeHogSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHedgeHog ()
 
 ~vtkHedgeHog ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 

Protected Attributes

double ScaleFactor
 
int VectorMode
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkHedgeHog::Superclass

Definition at line 43 of file vtkHedgeHog.h.

Constructor & Destructor Documentation

vtkHedgeHog::vtkHedgeHog ( )
protected
vtkHedgeHog::~vtkHedgeHog ( )
inlineprotected

Definition at line 63 of file vtkHedgeHog.h.

Member Function Documentation

static vtkHedgeHog* vtkHedgeHog::New ( )
static
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
vtkHedgeHog* vtkHedgeHog::NewInstance ( ) const
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

Member Data Documentation

double vtkHedgeHog::ScaleFactor
protected

Definition at line 67 of file vtkHedgeHog.h.

int vtkHedgeHog::VectorMode
protected

Definition at line 68 of file vtkHedgeHog.h.


The documentation for this class was generated from the following file: