Man Page for vtkHedgeHog
Table of Contents

NAME

vtkHedgeHog - create oriented lines from vector data

SYNOPSIS


#include "/opt/vtk-c++/graphics/vtkHedgeHog.h"

class VTK_EXPORT vtkHedgeHog : public vtkDataSetToPolyDataFilter

vtkHedgeHog() : ScaleFactor(1.0) {};
static vtkHedgeHog *New() {return new vtkHedgeHog;};
const char *GetClassName() {return "vtkHedgeHog";};
void PrintSelf(ostream& os, vtkIndent indent);
void SetScaleFactor(float);
float GetScaleFactor();

DESCRIPTION

vtkHedgeHog creates oriented lines from the input data set. Line length is controlled by vector magnitude times scale factor. Vectors are colored by scalar data, if available.

SUMMARY

void SetScaleFactor(float)
Set scale factor to control size of oriented lines.


Table of Contents