Home
last modified time | relevance | path

Searched refs:VTK_USE_NORMAL (Results 1 – 21 of 21) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkHedgeHog.h29 #define VTK_USE_NORMAL 1 macro
48 void SetVectorModeToUseNormal() {this->SetVectorMode(VTK_USE_NORMAL);}; in SetVectorModeToUseNormal()
81 else if ( this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGlyph3D.h88 #define VTK_USE_NORMAL 1 macro
198 void SetVectorModeToUseNormal() {this->SetVectorMode(VTK_USE_NORMAL);}; in SetVectorModeToUseNormal()
337 else if ( this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGlyph2D.cxx110 (this->VectorMode == VTK_USE_NORMAL && inNormals != NULL)) ) in RequestData()
153 (!inNormals && this->VectorMode == VTK_USE_NORMAL))) ) in RequestData()
290 if ( this->VectorMode == VTK_USE_NORMAL ) in RequestData()
H A DvtkGlyph3D.cxx212 (this->VectorMode == VTK_USE_NORMAL && inNormals != NULL)) ) in Execute()
224 (!inNormals && this->VectorMode == VTK_USE_NORMAL))) ) in Execute()
430 vtkDataArray *array3D = this->VectorMode == VTK_USE_NORMAL? inNormals : inVectors; in Execute()
H A DvtkHedgeHog.cxx79 if ( !inNormals && this->VectorMode == VTK_USE_NORMAL) in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkHedgeHog.h32 #define VTK_USE_NORMAL 1 macro
56 void SetVectorModeToUseNormal() { this->SetVectorMode(VTK_USE_NORMAL); } in SetVectorModeToUseNormal()
94 else if (this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGlyph3D.h96 #define VTK_USE_NORMAL 1 macro
233 void SetVectorModeToUseNormal() { this->SetVectorMode(VTK_USE_NORMAL); } in SetVectorModeToUseNormal()
427 else if (this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGlyph2D.cxx105 (this->VectorMode == VTK_USE_NORMAL && inNormals != nullptr))) in RequestData()
144 (!inNormals && this->VectorMode == VTK_USE_NORMAL)))) in RequestData()
280 if (this->VectorMode == VTK_USE_NORMAL) in RequestData()
H A DvtkHedgeHog.cxx75 if (!inNormals && this->VectorMode == VTK_USE_NORMAL) in RequestData()
H A DvtkGlyph3D.cxx213 (this->VectorMode == VTK_USE_NORMAL && inNormals != nullptr)))) in Execute()
225 (!inNormals && this->VectorMode == VTK_USE_NORMAL)))) in Execute()
440 vtkDataArray* array3D = this->VectorMode == VTK_USE_NORMAL ? inNormals : inVectors; in Execute()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkHedgeHog.h32 #define VTK_USE_NORMAL 1 macro
56 void SetVectorModeToUseNormal() {this->SetVectorMode(VTK_USE_NORMAL);}; in SetVectorModeToUseNormal()
95 else if ( this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGlyph3D.h96 #define VTK_USE_NORMAL 1 macro
236 void SetVectorModeToUseNormal() {this->SetVectorMode(VTK_USE_NORMAL);}; in SetVectorModeToUseNormal()
420 else if ( this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGlyph2D.cxx110 (this->VectorMode == VTK_USE_NORMAL && inNormals != nullptr)) ) in RequestData()
153 (!inNormals && this->VectorMode == VTK_USE_NORMAL))) ) in RequestData()
290 if ( this->VectorMode == VTK_USE_NORMAL ) in RequestData()
H A DvtkGlyph3D.cxx218 (this->VectorMode == VTK_USE_NORMAL && inNormals != nullptr)) ) in Execute()
230 (!inNormals && this->VectorMode == VTK_USE_NORMAL))) ) in Execute()
447 vtkDataArray *array3D = this->VectorMode == VTK_USE_NORMAL? inNormals : inVectors; in Execute()
H A DvtkHedgeHog.cxx79 if ( !inNormals && this->VectorMode == VTK_USE_NORMAL) in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Generic/
H A DvtkGenericGlyph3DFilter.h87 #define VTK_USE_NORMAL 1 macro
179 void SetVectorModeToUseNormal() {this->SetVectorMode(VTK_USE_NORMAL);}; in SetVectorModeToUseNormal()
309 else if ( this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGenericGlyph3DFilter.cxx255 (this->VectorMode == VTK_USE_NORMAL && inNormals != NULL)) ) in RequestData()
267 (!inNormals && this->VectorMode == VTK_USE_NORMAL))) ) in RequestData()
446 if ( this->VectorMode == VTK_USE_NORMAL ) in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Generic/
H A DvtkGenericGlyph3DFilter.h95 #define VTK_USE_NORMAL 1 macro
210 void SetVectorModeToUseNormal() { this->SetVectorMode(VTK_USE_NORMAL); } in SetVectorModeToUseNormal()
358 else if (this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGenericGlyph3DFilter.cxx247 (this->VectorMode == VTK_USE_NORMAL && inNormals != nullptr))) in RequestData()
259 (!inNormals && this->VectorMode == VTK_USE_NORMAL)))) in RequestData()
437 if (this->VectorMode == VTK_USE_NORMAL) in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Generic/
H A DvtkGenericGlyph3DFilter.h95 #define VTK_USE_NORMAL 1 macro
214 void SetVectorModeToUseNormal() {this->SetVectorMode(VTK_USE_NORMAL);}; in SetVectorModeToUseNormal()
371 else if ( this->VectorMode == VTK_USE_NORMAL) in GetVectorModeAsString()
H A DvtkGenericGlyph3DFilter.cxx252 (this->VectorMode == VTK_USE_NORMAL && inNormals != nullptr)) ) in RequestData()
264 (!inNormals && this->VectorMode == VTK_USE_NORMAL))) ) in RequestData()
443 if ( this->VectorMode == VTK_USE_NORMAL ) in RequestData()