Home
last modified time | relevance | path

Searched refs:GeneratePointIds (Results 1 – 12 of 12) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/Generic/
H A DvtkGenericGlyph3DFilter.h200 vtkSetMacro(GeneratePointIds,int);
201 vtkGetMacro(GeneratePointIds,int);
202 vtkBooleanMacro(GeneratePointIds,int);
250 int GeneratePointIds; // produce input points ids for each output point variable
H A DvtkGenericGlyph3DFilter.cxx58 this->GeneratePointIds = 0; in vtkGenericGlyph3DFilter()
353 if ( this->GeneratePointIds ) in RequestData()
657 if ( this->GeneratePointIds ) in RequestData()
784 << (this->GeneratePointIds ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/Generic/
H A DvtkGenericGlyph3DFilter.h236 vtkSetMacro(GeneratePointIds, vtkTypeBool);
237 vtkGetMacro(GeneratePointIds, vtkTypeBool);
238 vtkBooleanMacro(GeneratePointIds, vtkTypeBool);
296 vtkTypeBool GeneratePointIds; // produce input points ids for each output point variable
H A DvtkGenericGlyph3DFilter.cxx58 this->GeneratePointIds = 0; in vtkGenericGlyph3DFilter()
345 if (this->GeneratePointIds) in RequestData()
640 if (this->GeneratePointIds) in RequestData()
762 os << indent << "Generate Point Ids " << (this->GeneratePointIds ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Generic/
H A DvtkGenericGlyph3DFilter.h241 vtkSetMacro(GeneratePointIds,vtkTypeBool);
242 vtkGetMacro(GeneratePointIds,vtkTypeBool);
243 vtkBooleanMacro(GeneratePointIds,vtkTypeBool);
304 vtkTypeBool GeneratePointIds; // produce input points ids for each output point variable
H A DvtkGenericGlyph3DFilter.cxx58 this->GeneratePointIds = 0; in vtkGenericGlyph3DFilter()
350 if ( this->GeneratePointIds ) in RequestData()
650 if ( this->GeneratePointIds ) in RequestData()
777 << (this->GeneratePointIds ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkGlyph3D.h221 vtkSetMacro(GeneratePointIds,int);
222 vtkGetMacro(GeneratePointIds,int);
223 vtkBooleanMacro(GeneratePointIds,int);
283 int GeneratePointIds; // produce input points ids for each output point variable
H A DvtkGlyph3D.cxx56 this->GeneratePointIds = 0; in vtkGlyph3D()
332 if ( this->GeneratePointIds ) in Execute()
684 if ( this->GeneratePointIds ) in Execute()
820 << (this->GeneratePointIds ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkGlyph3D.h265 vtkSetMacro(GeneratePointIds,vtkTypeBool);
266 vtkGetMacro(GeneratePointIds,vtkTypeBool);
267 vtkBooleanMacro(GeneratePointIds,vtkTypeBool);
357 vtkTypeBool GeneratePointIds; // produce input points ids for each output point variable
H A DvtkGlyph3D.cxx56 this->GeneratePointIds = 0; in vtkGlyph3D()
349 if ( this->GeneratePointIds ) in Execute()
695 if ( this->GeneratePointIds ) in Execute()
831 << (this->GeneratePointIds ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkGlyph3D.h279 vtkSetMacro(GeneratePointIds, vtkTypeBool);
280 vtkGetMacro(GeneratePointIds, vtkTypeBool);
281 vtkBooleanMacro(GeneratePointIds, vtkTypeBool);
369 vtkTypeBool GeneratePointIds; // produce input points ids for each output point variable
H A DvtkGlyph3D.cxx61 this->GeneratePointIds = 0; in vtkGlyph3D()
345 if (this->GeneratePointIds) in Execute()
711 if (this->GeneratePointIds) in Execute()
846 os << indent << "Generate Point Ids " << (this->GeneratePointIds ? "On\n" : "Off\n"); in PrintSelf()