Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkVolumeOutlineSource.h83 vtkSetMacro(ActivePlaneId, int);
84 vtkGetMacro(ActivePlaneId, int);
101 int ActivePlaneId; variable
H A DvtkVolumeOutlineSource.cxx43 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 DvtkVolumeOutlineSource.h103 vtkSetMacro(ActivePlaneId, int);
104 vtkGetMacro(ActivePlaneId, int);
125 int ActivePlaneId; variable
H A DvtkVolumeOutlineSource.cxx46 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 DvtkVolumeOutlineSource.h103 vtkSetMacro(ActivePlaneId, int);
104 vtkGetMacro(ActivePlaneId, int);
125 int ActivePlaneId; variable
H A DvtkVolumeOutlineSource.cxx43 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 DvtkClipClosedSurface.h138 vtkSetMacro(ActivePlaneId, int);
139 vtkGetMacro(ActivePlaneId, int);
168 int ActivePlaneId; variable
H A DvtkClipClosedSurface.cxx59 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 DvtkClipClosedSurface.h176 vtkSetMacro(ActivePlaneId, int);
177 vtkGetMacro(ActivePlaneId, int);
213 int ActivePlaneId; variable
H A DvtkClipClosedSurface.cxx59 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 DvtkClipClosedSurface.h173 vtkSetMacro(ActivePlaneId, int);
174 vtkGetMacro(ActivePlaneId, int);
210 int ActivePlaneId; variable
H A DvtkClipClosedSurface.cxx60 this->ActivePlaneId = -1; in vtkClipClosedSurface()
140 os << indent << "ActivePlaneId: " << this->ActivePlaneId << "\n"; in PrintSelf()
544 int active = (planeId == this->ActivePlaneId); in RequestData()