13 #ifndef __vtkMaskedGlyph3D_h
14 #define __vtkMaskedGlyph3D_h
18 #include "vtkGlyph3D.h"
35 void PrintSelf(ostream &os, vtkIndent indent)
override;
67 using vtkGlyph3D::SetInputConnection;
73 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
override;
#define MITKMAPPEREXT_EXPORT
void SetRandomMode(int mode)
~vtkMaskedGlyph3D() override
vtkGetMacro(MaximumNumberOfPoints, int)
vtkSetMacro(MaximumNumberOfPoints, int)
vtkTypeMacro(vtkMaskedGlyph3D, vtkGlyph3D)
vtkGetMacro(UseMaskPoints, int)
void PrintSelf(ostream &os, vtkIndent indent) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkMaskPoints * MaskPoints
void SetInputConnection(vtkAlgorithmOutput *input) override
int MaximumNumberOfPoints
vtkSetMacro(UseMaskPoints, int)
virtual void SetInput(vtkDataSet *input)
static vtkMaskedGlyph3D * New()