Searched refs:ActivePlaneId (Results 1 – 12 of 12) sorted by relevance
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/ |
H A D | vtkVolumeOutlineSource.h | 83 vtkSetMacro(ActivePlaneId, int); 84 vtkGetMacro(ActivePlaneId, int); 101 int ActivePlaneId; variable
|
H A D | vtkVolumeOutlineSource.cxx | 43 this->ActivePlaneId = -1; in vtkVolumeOutlineSource() 93 os << indent << "ActivePlaneId: " << this->ActivePlaneId << "\n"; in PrintSelf() 302 int activePlane = this->ActivePlaneId; in RequestData()
|
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/ |
H A D | vtkVolumeOutlineSource.h | 103 vtkSetMacro(ActivePlaneId, int); 104 vtkGetMacro(ActivePlaneId, int); 125 int ActivePlaneId; variable
|
H A D | vtkVolumeOutlineSource.cxx | 46 this->ActivePlaneId = -1; in vtkVolumeOutlineSource() 93 os << indent << "ActivePlaneId: " << this->ActivePlaneId << "\n"; in PrintSelf() 304 int activePlane = this->ActivePlaneId; in RequestData()
|
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/ |
H A D | vtkVolumeOutlineSource.h | 103 vtkSetMacro(ActivePlaneId, int); 104 vtkGetMacro(ActivePlaneId, int); 125 int ActivePlaneId; variable
|
H A D | vtkVolumeOutlineSource.cxx | 43 this->ActivePlaneId = -1; in vtkVolumeOutlineSource() 93 os << indent << "ActivePlaneId: " << this->ActivePlaneId << "\n"; in PrintSelf() 302 int activePlane = this->ActivePlaneId; in RequestData()
|
/dports/math/vtk6/VTK-6.2.0/Filters/General/ |
H A D | vtkClipClosedSurface.h | 138 vtkSetMacro(ActivePlaneId, int); 139 vtkGetMacro(ActivePlaneId, int); 168 int ActivePlaneId; variable
|
H A D | vtkClipClosedSurface.cxx | 59 this->ActivePlaneId = -1; in vtkClipClosedSurface() 137 os << indent << "ActivePlaneId: " << this->ActivePlaneId << "\n"; in PrintSelf() 547 int active = (planeId == this->ActivePlaneId); in RequestData()
|
/dports/math/vtk8/VTK-8.2.0/Filters/General/ |
H A D | vtkClipClosedSurface.h | 176 vtkSetMacro(ActivePlaneId, int); 177 vtkGetMacro(ActivePlaneId, int); 213 int ActivePlaneId; variable
|
H A D | vtkClipClosedSurface.cxx | 59 this->ActivePlaneId = -1; in vtkClipClosedSurface() 137 os << indent << "ActivePlaneId: " << this->ActivePlaneId << "\n"; in PrintSelf() 546 int active = (planeId == this->ActivePlaneId); in RequestData()
|
/dports/math/vtk9/VTK-9.1.0/Filters/General/ |
H A D | vtkClipClosedSurface.h | 173 vtkSetMacro(ActivePlaneId, int); 174 vtkGetMacro(ActivePlaneId, int); 210 int ActivePlaneId; variable
|
H A D | vtkClipClosedSurface.cxx | 60 this->ActivePlaneId = -1; in vtkClipClosedSurface() 140 os << indent << "ActivePlaneId: " << this->ActivePlaneId << "\n"; in PrintSelf() 544 int active = (planeId == this->ActivePlaneId); in RequestData()
|