VTK
Protected Member Functions | Protected Attributes | List of all members
vtkIconGlyphFilter Class Reference

Filter that generates a polydata consisting of quads with texture coordinates referring to a set of icons within a sheet of icons. More...

#include <vtkIconGlyphFilter.h>

Inheritance diagram for vtkIconGlyphFilter:
[legend]
Collaboration diagram for vtkIconGlyphFilter:
[legend]

Public Member Functions

virtual void SetIconSize (int, int)
 
void SetIconSize (int[2])
 
virtual int * GetIconSize ()
 
virtual void GetIconSize (int data[2])
 
virtual void SetIconSheetSize (int, int)
 
void SetIconSheetSize (int[2])
 
virtual int * GetIconSheetSize ()
 
virtual void GetIconSheetSize (int data[2])
 
virtual void SetDisplaySize (int, int)
 
void SetDisplaySize (int[2])
 
virtual int * GetDisplaySize ()
 
virtual void GetDisplaySize (int data[2])
 
virtual void SetUseIconSize (bool)
 
virtual bool GetUseIconSize ()
 
virtual void UseIconSizeOn ()
 
virtual void UseIconSizeOff ()
 
virtual void SetIconScaling (int)
 
virtual int GetIconScaling ()
 
void SetIconScalingToScalingOff ()
 
void SetIconScalingToScalingArray ()
 
virtual void SetPassScalars (bool)
 
virtual bool GetPassScalars ()
 
virtual void PassScalarsOn ()
 
virtual void PassScalarsOff ()
 
virtual void SetGravity (int)
 
virtual int GetGravity ()
 
void SetGravityToTopRight ()
 
void SetGravityToTopCenter ()
 
void SetGravityToTopLeft ()
 
void SetGravityToCenterRight ()
 
void SetGravityToCenterCenter ()
 
void SetGravityToCenterLeft ()
 
void SetGravityToBottomRight ()
 
void SetGravityToBottomCenter ()
 
void SetGravityToBottomLeft ()
 
virtual void SetOffset (int, int)
 
void SetOffset (int[2])
 
virtual int * GetOffset ()
 
virtual void GetOffset (int data[2])
 
- Public Member Functions inherited from vtkPolyDataAlgorithm
vtkDataObjectGetInput ()
 
vtkDataObjectGetInput (int port)
 
vtkPolyDataGetPolyDataInput (int port)
 
vtkPolyDataGetOutput ()
 
vtkPolyDataGetOutput (int)
 
virtual void SetOutput (vtkDataObject *d)
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetInput (vtkDataObject *)
 
void SetInput (int, vtkDataObject *)
 
void AddInput (vtkDataObject *)
 
void AddInput (int, vtkDataObject *)
 
- Public Member Functions inherited from vtkAlgorithm
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
virtual void Update ()
 
virtual void UpdateInformation ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
virtual double ComputePriority ()
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
- Public Member Functions inherited from vtkObject
virtual void DebugOn ()
 
virtual void DebugOff ()
 
unsigned char GetDebug ()
 
void SetDebug (unsigned char debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &os)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Protected Member Functions

 vtkIconGlyphFilter ()
 
 ~vtkIconGlyphFilter ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkPolyDataAlgorithm
 vtkPolyDataAlgorithm ()
 
 ~vtkPolyDataAlgorithm ()
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual void ExecuteData (vtkDataObject *output)
 
virtual void Execute ()
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &os)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

int IconSize [2]
 
int IconSheetSize [2]
 
int DisplaySize [2]
 
int Gravity
 
bool UseIconSize
 
int IconScaling
 
bool PassScalars
 
int Offset [2]
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
unsigned char Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
int ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 
typedef vtkPolyDataAlgorithm Superclass
 
static vtkIconGlyphFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkIconGlyphFilterSafeDownCast (vtkObject *o)
 
virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Additional Inherited Members

- Public Types inherited from vtkPolyDataAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 
- Static Public Member Functions inherited from vtkPolyDataAlgorithm
static vtkPolyDataAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPolyDataAlgorithmSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObject *o)
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static
vtkInformationInformationVectorKey
INPUT_REQUIRED_FIELDS ()
 
static
vtkInformationStringVectorKey
INPUT_REQUIRED_DATA_TYPE ()
 
static
vtkInformationInformationVectorKey
INPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyPRESERVES_DATASET ()
 
static vtkInformationIntegerKeyPRESERVES_GEOMETRY ()
 
static vtkInformationIntegerKeyPRESERVES_BOUNDS ()
 
static vtkInformationIntegerKeyPRESERVES_TOPOLOGY ()
 
static vtkInformationIntegerKeyPRESERVES_ATTRIBUTES ()
 
static vtkInformationIntegerKeyPRESERVES_RANGES ()
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObject *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Filter that generates a polydata consisting of quads with texture coordinates referring to a set of icons within a sheet of icons.

vtkIconGlyphFilter takes in a vtkPointSet where each point corresponds to the center of an icon. Scalar integer data must also be set to give each point an icon index. This index is a zero based row major index into an image that contains a grid of icons (each icon is the same size). You must also specify 1) the size of the icon in the icon sheet (in pixels), 2) the size of the icon sheet (in pixels), and 3) the display size of each icon (again in display coordinates, or pixels).

Various other parameters are used to control how this data is combined. If UseIconSize is true then the DisplaySize is ignored. If PassScalars is true, then the scalar index information is passed to the output. Also, there is an optional IconScale array which, if UseIconScaling is on, will scale each icon independently.

See also
vtkPolyDataAlgorithm vtkGlyph3D vtkGlyph2D
Tests:
vtkIconGlyphFilter (Tests)

Definition at line 60 of file vtkIconGlyphFilter.h.

Member Typedef Documentation

Standard VTK methods.

Definition at line 66 of file vtkIconGlyphFilter.h.

Constructor & Destructor Documentation

vtkIconGlyphFilter::vtkIconGlyphFilter ( )
protected
vtkIconGlyphFilter::~vtkIconGlyphFilter ( )
protected

Member Function Documentation

static vtkIconGlyphFilter* vtkIconGlyphFilter::New ( )
static

Standard VTK methods.

virtual const char* vtkIconGlyphFilter::GetClassName ( )
virtual

Standard VTK methods.

Reimplemented from vtkPolyDataAlgorithm.

static int vtkIconGlyphFilter::IsTypeOf ( const char *  type)
static

Standard VTK methods.

virtual int vtkIconGlyphFilter::IsA ( const char *  type)
virtual

Standard VTK methods.

Reimplemented from vtkPolyDataAlgorithm.

static vtkIconGlyphFilter* vtkIconGlyphFilter::SafeDownCast ( vtkObject o)
static

Standard VTK methods.

void vtkIconGlyphFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Standard VTK methods.

Reimplemented from vtkPolyDataAlgorithm.

virtual void vtkIconGlyphFilter::SetIconSize ( int  ,
int   
)
virtual

Specify the Width and Height, in pixels, of an icon in the icon sheet.

void vtkIconGlyphFilter::SetIconSize ( int  [2])

Specify the Width and Height, in pixels, of an icon in the icon sheet.

virtual int* vtkIconGlyphFilter::GetIconSize ( )
virtual

Specify the Width and Height, in pixels, of an icon in the icon sheet.

virtual void vtkIconGlyphFilter::GetIconSize ( int  data[2])
virtual

Specify the Width and Height, in pixels, of an icon in the icon sheet.

virtual void vtkIconGlyphFilter::SetIconSheetSize ( int  ,
int   
)
virtual

Specify the Width and Height, in pixels, of an icon in the icon sheet.

void vtkIconGlyphFilter::SetIconSheetSize ( int  [2])

Specify the Width and Height, in pixels, of an icon in the icon sheet.

virtual int* vtkIconGlyphFilter::GetIconSheetSize ( )
virtual

Specify the Width and Height, in pixels, of an icon in the icon sheet.

virtual void vtkIconGlyphFilter::GetIconSheetSize ( int  data[2])
virtual

Specify the Width and Height, in pixels, of an icon in the icon sheet.

virtual void vtkIconGlyphFilter::SetDisplaySize ( int  ,
int   
)
virtual

Specify the Width and Height, in pixels, of the size of the icon when it is rendered. By default, the IconSize is used to set the display size (i.e., UseIconSize is true by default). Note that assumes that IconScaling is disabled, or if enabled, the scale of a particular icon is 1.

void vtkIconGlyphFilter::SetDisplaySize ( int  [2])

Specify the Width and Height, in pixels, of the size of the icon when it is rendered. By default, the IconSize is used to set the display size (i.e., UseIconSize is true by default). Note that assumes that IconScaling is disabled, or if enabled, the scale of a particular icon is 1.

virtual int* vtkIconGlyphFilter::GetDisplaySize ( )
virtual

Specify the Width and Height, in pixels, of the size of the icon when it is rendered. By default, the IconSize is used to set the display size (i.e., UseIconSize is true by default). Note that assumes that IconScaling is disabled, or if enabled, the scale of a particular icon is 1.

virtual void vtkIconGlyphFilter::GetDisplaySize ( int  data[2])
virtual

Specify the Width and Height, in pixels, of the size of the icon when it is rendered. By default, the IconSize is used to set the display size (i.e., UseIconSize is true by default). Note that assumes that IconScaling is disabled, or if enabled, the scale of a particular icon is 1.

virtual void vtkIconGlyphFilter::SetUseIconSize ( bool  )
virtual

Specify whether the Quad generated to place the icon on will be either the dimensions specified by IconSize or the DisplaySize.

virtual bool vtkIconGlyphFilter::GetUseIconSize ( )
virtual

Specify whether the Quad generated to place the icon on will be either the dimensions specified by IconSize or the DisplaySize.

virtual void vtkIconGlyphFilter::UseIconSizeOn ( )
virtual

Specify whether the Quad generated to place the icon on will be either the dimensions specified by IconSize or the DisplaySize.

virtual void vtkIconGlyphFilter::UseIconSizeOff ( )
virtual

Specify whether the Quad generated to place the icon on will be either the dimensions specified by IconSize or the DisplaySize.

virtual void vtkIconGlyphFilter::SetIconScaling ( int  )
virtual

Specify how to specify individual icons. By default, icon scaling is off, but if it is on, then the filter looks for an array named "IconScale" to control individual icon size.

virtual int vtkIconGlyphFilter::GetIconScaling ( )
virtual

Specify how to specify individual icons. By default, icon scaling is off, but if it is on, then the filter looks for an array named "IconScale" to control individual icon size.

void vtkIconGlyphFilter::SetIconScalingToScalingOff ( )
inline

Specify how to specify individual icons. By default, icon scaling is off, but if it is on, then the filter looks for an array named "IconScale" to control individual icon size.

Definition at line 108 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetIconScalingToScalingArray ( )
inline

Specify how to specify individual icons. By default, icon scaling is off, but if it is on, then the filter looks for an array named "IconScale" to control individual icon size.

Definition at line 109 of file vtkIconGlyphFilter.h.

virtual void vtkIconGlyphFilter::SetPassScalars ( bool  )
virtual

Specify whether to pass the scalar icon index to the output. By default this is not passed since it can affect color during the rendering process. Note that all other point data is passed to the output regardless of the value of this flag.

virtual bool vtkIconGlyphFilter::GetPassScalars ( )
virtual

Specify whether to pass the scalar icon index to the output. By default this is not passed since it can affect color during the rendering process. Note that all other point data is passed to the output regardless of the value of this flag.

virtual void vtkIconGlyphFilter::PassScalarsOn ( )
virtual

Specify whether to pass the scalar icon index to the output. By default this is not passed since it can affect color during the rendering process. Note that all other point data is passed to the output regardless of the value of this flag.

virtual void vtkIconGlyphFilter::PassScalarsOff ( )
virtual

Specify whether to pass the scalar icon index to the output. By default this is not passed since it can affect color during the rendering process. Note that all other point data is passed to the output regardless of the value of this flag.

virtual void vtkIconGlyphFilter::SetGravity ( int  )
virtual

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

virtual int vtkIconGlyphFilter::GetGravity ( )
virtual

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

void vtkIconGlyphFilter::SetGravityToTopRight ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 130 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToTopCenter ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 131 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToTopLeft ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 132 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToCenterRight ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 133 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToCenterCenter ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 134 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToCenterLeft ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 135 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToBottomRight ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 136 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToBottomCenter ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 137 of file vtkIconGlyphFilter.h.

void vtkIconGlyphFilter::SetGravityToBottomLeft ( )
inline

Specify if the input points define the center of the icon quad or one of top right corner, top center, top left corner, center right, center, center center left, bottom right corner, bottom center or bottom left corner.

Definition at line 138 of file vtkIconGlyphFilter.h.

virtual void vtkIconGlyphFilter::SetOffset ( int  ,
int   
)
virtual

Specify an offset (in pixels or display coordinates) that offsets the icons from their generating points.

void vtkIconGlyphFilter::SetOffset ( int  [2])

Specify an offset (in pixels or display coordinates) that offsets the icons from their generating points.

virtual int* vtkIconGlyphFilter::GetOffset ( )
virtual

Specify an offset (in pixels or display coordinates) that offsets the icons from their generating points.

virtual void vtkIconGlyphFilter::GetOffset ( int  data[2])
virtual

Specify an offset (in pixels or display coordinates) that offsets the icons from their generating points.

virtual int vtkIconGlyphFilter::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

This is called by the superclass. This is the method you should override.

Reimplemented from vtkPolyDataAlgorithm.

Member Data Documentation

int vtkIconGlyphFilter::IconSize[2]
protected

Definition at line 156 of file vtkIconGlyphFilter.h.

int vtkIconGlyphFilter::IconSheetSize[2]
protected

Definition at line 157 of file vtkIconGlyphFilter.h.

int vtkIconGlyphFilter::DisplaySize[2]
protected

Definition at line 158 of file vtkIconGlyphFilter.h.

int vtkIconGlyphFilter::Gravity
protected

Definition at line 160 of file vtkIconGlyphFilter.h.

bool vtkIconGlyphFilter::UseIconSize
protected

Definition at line 161 of file vtkIconGlyphFilter.h.

int vtkIconGlyphFilter::IconScaling
protected

Definition at line 162 of file vtkIconGlyphFilter.h.

bool vtkIconGlyphFilter::PassScalars
protected

Definition at line 163 of file vtkIconGlyphFilter.h.

int vtkIconGlyphFilter::Offset[2]
protected

Definition at line 164 of file vtkIconGlyphFilter.h.


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