Home
last modified time | relevance | path

Searched refs:GeneratePointVectors (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkRandomAttributeGenerator.h126 vtkSetMacro(GeneratePointVectors,int);
127 vtkGetMacro(GeneratePointVectors,int);
128 vtkBooleanMacro(GeneratePointVectors,int);
287 int GeneratePointVectors; variable
H A DvtkRandomAttributeGenerator.cxx54 this->GeneratePointVectors = 0; in vtkRandomAttributeGenerator()
390 if ( this->GeneratePointVectors) in RequestData()
602 << (this->GeneratePointVectors ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkRandomAttributeGenerator.h155 vtkSetMacro(GeneratePointVectors, vtkTypeBool);
156 vtkGetMacro(GeneratePointVectors, vtkTypeBool);
157 vtkBooleanMacro(GeneratePointVectors, vtkTypeBool);
360 vtkTypeBool GeneratePointVectors; variable
H A DvtkRandomAttributeGenerator.cxx56 this->GeneratePointVectors = 0; in vtkRandomAttributeGenerator()
365 if (this->GeneratePointVectors) in RequestData()
547 os << indent << "Generate Point Vectors: " << (this->GeneratePointVectors ? "On\n" : "Off\n"); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkRandomAttributeGenerator.h154 vtkSetMacro(GeneratePointVectors,vtkTypeBool);
155 vtkGetMacro(GeneratePointVectors,vtkTypeBool);
156 vtkBooleanMacro(GeneratePointVectors,vtkTypeBool);
355 vtkTypeBool GeneratePointVectors; variable
H A DvtkRandomAttributeGenerator.cxx56 this->GeneratePointVectors = 0; in vtkRandomAttributeGenerator()
413 if ( this->GeneratePointVectors) in RequestData()
625 << (this->GeneratePointVectors ? "On\n" : "Off\n"); in PrintSelf()