Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
vtkMaskedGlyph2D Class Reference

#include <vtkMaskedGlyph2D.h>

Inheritance diagram for vtkMaskedGlyph2D:
Collaboration diagram for vtkMaskedGlyph2D:

Public Member Functions

 vtkTypeMacro (vtkMaskedGlyph2D, vtkGlyph2D)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
 vtkSetMacro (MaximumNumberOfPoints, int)
 
 vtkGetMacro (MaximumNumberOfPoints, int)
 
virtual void SetInput (vtkDataSet *input)
 
 vtkSetMacro (UseMaskPoints, int)
 
 vtkGetMacro (UseMaskPoints, int)
 
void SetRandomMode (int mode)
 
int GetRandomMode ()
 

Static Public Member Functions

static vtkMaskedGlyph2DNew ()
 

Protected Member Functions

 vtkMaskedGlyph2D ()
 ‍** More...
 
 ~vtkMaskedGlyph2D () override
 
int RequestData (vtkInformation *info, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) override
 

Protected Attributes

vtkMaskPoints * MaskPoints
 
int MaximumNumberOfPoints
 
int UseMaskPoints
 

Detailed Description

This class masked points of the input data set and glyphs only the selected poitns. Points may be selected either by random or by ratio. Additionally, this class allows to set the InputScalars, InputVectors and InputNormals by their field name in the input dataset.

Definition at line 30 of file vtkMaskedGlyph2D.h.

Constructor & Destructor Documentation

◆ vtkMaskedGlyph2D()

vtkMaskedGlyph2D::vtkMaskedGlyph2D ( )
protected

‍**

‍** ‍**

◆ ~vtkMaskedGlyph2D()

vtkMaskedGlyph2D::~vtkMaskedGlyph2D ( )
overrideprotected

Member Function Documentation

◆ GetRandomMode()

int vtkMaskedGlyph2D::GetRandomMode ( )

◆ New()

static vtkMaskedGlyph2D* vtkMaskedGlyph2D::New ( )
static

Constructor

◆ PrintSelf()

void vtkMaskedGlyph2D::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ RequestData()

int vtkMaskedGlyph2D::RequestData ( vtkInformation *  info,
vtkInformationVector **  inInfoVec,
vtkInformationVector *  outInfoVec 
)
overrideprotected

◆ SetInput()

virtual void vtkMaskedGlyph2D::SetInput ( vtkDataSet *  input)
virtual

Set the input to this filter.

◆ SetRandomMode()

void vtkMaskedGlyph2D::SetRandomMode ( int  mode)

Set/get flag to cause randomization of which points to mask.

◆ vtkGetMacro() [1/2]

vtkMaskedGlyph2D::vtkGetMacro ( MaximumNumberOfPoints  ,
int   
)

◆ vtkGetMacro() [2/2]

vtkMaskedGlyph2D::vtkGetMacro ( UseMaskPoints  ,
int   
)

◆ vtkSetMacro() [1/2]

vtkMaskedGlyph2D::vtkSetMacro ( MaximumNumberOfPoints  ,
int   
)

Limit the number of points to glyph

◆ vtkSetMacro() [2/2]

vtkMaskedGlyph2D::vtkSetMacro ( UseMaskPoints  ,
int   
)

Set/get whether to mask points

◆ vtkTypeMacro()

vtkMaskedGlyph2D::vtkTypeMacro ( vtkMaskedGlyph2D  ,
vtkGlyph2D   
)

Member Data Documentation

◆ MaskPoints

vtkMaskPoints* vtkMaskedGlyph2D::MaskPoints
protected

Definition at line 96 of file vtkMaskedGlyph2D.h.

◆ MaximumNumberOfPoints

int vtkMaskedGlyph2D::MaximumNumberOfPoints
protected

Definition at line 97 of file vtkMaskedGlyph2D.h.

◆ UseMaskPoints

int vtkMaskedGlyph2D::UseMaskPoints
protected

Definition at line 98 of file vtkMaskedGlyph2D.h.


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