Home
last modified time | relevance | path

Searched refs:VolumeMapper (Results 1 – 16 of 16) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkVolumeOutlineSource.cxx39 this->VolumeMapper = nullptr; in vtkVolumeOutlineSource()
59 if (this->VolumeMapper) in ~vtkVolumeOutlineSource()
61 this->VolumeMapper->Delete(); in ~vtkVolumeOutlineSource()
62 this->VolumeMapper = nullptr; in ~vtkVolumeOutlineSource()
72 if (this->VolumeMapper) in PrintSelf()
74 os << this->VolumeMapper << "\n"; in PrintSelf()
149 if (this->VolumeMapper) in ComputePipelineMTime()
158 this->VolumeMapper->GetInputExecutive()); in ComputePipelineMTime()
186 if (!this->VolumeMapper) in RequestInformation()
244 this->Cropping = this->VolumeMapper->GetCropping(); in RequestInformation()
[all …]
H A DvtkVolumeOutlineSource.h53 vtkVolumeMapper *GetVolumeMapper() { return this->VolumeMapper; }; in GetVolumeMapper()
121 vtkVolumeMapper *VolumeMapper; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkVolumeOutlineSource.cxx39 this->VolumeMapper = 0; in vtkVolumeOutlineSource()
59 if (this->VolumeMapper) in ~vtkVolumeOutlineSource()
61 this->VolumeMapper->Delete(); in ~vtkVolumeOutlineSource()
62 this->VolumeMapper = 0; in ~vtkVolumeOutlineSource()
72 if (this->VolumeMapper) in PrintSelf()
74 os << this->VolumeMapper << "\n"; in PrintSelf()
149 if (this->VolumeMapper) in ComputePipelineMTime()
158 this->VolumeMapper->GetInputExecutive()); in ComputePipelineMTime()
186 if (!this->VolumeMapper) in RequestInformation()
244 this->Cropping = this->VolumeMapper->GetCropping(); in RequestInformation()
[all …]
H A DvtkVolumeOutlineSource.h48 vtkVolumeMapper *GetVolumeMapper() { return this->VolumeMapper; }; in GetVolumeMapper()
97 vtkVolumeMapper *VolumeMapper; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkVolumeOutlineSource.cxx42 this->VolumeMapper = nullptr; in vtkVolumeOutlineSource()
62 if (this->VolumeMapper) in ~vtkVolumeOutlineSource()
64 this->VolumeMapper->Delete(); in ~vtkVolumeOutlineSource()
65 this->VolumeMapper = nullptr; in ~vtkVolumeOutlineSource()
75 if (this->VolumeMapper) in PrintSelf()
77 os << this->VolumeMapper << "\n"; in PrintSelf()
158 if (this->VolumeMapper) in ComputePipelineMTime()
160 vtkMTimeType mapperMTime = this->VolumeMapper->GetMTime(); in ComputePipelineMTime()
192 if (!this->VolumeMapper) in RequestInformation()
249 this->Cropping = this->VolumeMapper->GetCropping(); in RequestInformation()
[all …]
H A DvtkVolumeOutlineSource.h53 vtkVolumeMapper* GetVolumeMapper() { return this->VolumeMapper; } in GetVolumeMapper()
121 vtkVolumeMapper* VolumeMapper; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkImageCroppingRegionsWidget.cxx153 this->VolumeMapper = nullptr; in vtkImageCroppingRegionsWidget()
203 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in GetSlicePosition()
218 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in UpdateOpacity()
284 this->VolumeMapper->SetCroppingRegionPlanes(this->PlanePositions); in SetPlanePositions()
316 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in UpdateGeometry()
1192 if (this->VolumeMapper == arg) in SetVolumeMapper()
1197 if (this->VolumeMapper) in SetVolumeMapper()
1199 this->VolumeMapper->UnRegister(this); in SetVolumeMapper()
1202 this->VolumeMapper = arg; in SetVolumeMapper()
1204 if (this->VolumeMapper) in SetVolumeMapper()
[all …]
H A DvtkImageCroppingRegionsWidget.h172 vtkGetObjectMacro(VolumeMapper, vtkVolumeMapper);
201 vtkVolumeMapper* VolumeMapper; variable
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkImageCroppingRegionsWidget.cxx129 this->VolumeMapper = nullptr; in vtkImageCroppingRegionsWidget()
180 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in GetSlicePosition()
185 double *origin = this->VolumeMapper->GetInput()->GetOrigin(); in GetSlicePosition()
195 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in UpdateOpacity()
303 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in UpdateGeometry()
1212 if (this->VolumeMapper == arg) in SetVolumeMapper()
1217 if (this->VolumeMapper) in SetVolumeMapper()
1219 this->VolumeMapper->UnRegister(this); in SetVolumeMapper()
1222 this->VolumeMapper = arg; in SetVolumeMapper()
1224 if (this->VolumeMapper) in SetVolumeMapper()
[all …]
H A DvtkImageCroppingRegionsWidget.h168 vtkGetObjectMacro(VolumeMapper, vtkVolumeMapper);
198 vtkVolumeMapper *VolumeMapper; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkImageCroppingRegionsWidget.cxx129 this->VolumeMapper = NULL; in vtkImageCroppingRegionsWidget()
180 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in GetSlicePosition()
185 double *origin = this->VolumeMapper->GetInput()->GetOrigin(); in GetSlicePosition()
195 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in UpdateOpacity()
303 if (!this->VolumeMapper || !this->VolumeMapper->GetInput()) in UpdateGeometry()
1212 if (this->VolumeMapper == arg) in SetVolumeMapper()
1217 if (this->VolumeMapper) in SetVolumeMapper()
1219 this->VolumeMapper->UnRegister(this); in SetVolumeMapper()
1222 this->VolumeMapper = arg; in SetVolumeMapper()
1224 if (this->VolumeMapper) in SetVolumeMapper()
[all …]
H A DvtkImageCroppingRegionsWidget.h134 vtkGetObjectMacro(VolumeMapper, vtkVolumeMapper);
161 vtkVolumeMapper *VolumeMapper; variable
/dports/graphics/f3d/f3d-1.2.1/src/
H A DvtkF3DRendererWithColoring.h132 vtkGetSmartPointerMacro(VolumeMapper, vtkSmartVolumeMapper);
133 vtkSetSmartPointerMacro(VolumeMapper, vtkSmartVolumeMapper);
230 vtkSmartPointer<vtkSmartVolumeMapper> VolumeMapper; variable
H A DvtkF3DGenericImporter.h80 vtkGetSmartPointerMacro(VolumeMapper, vtkSmartVolumeMapper);
150 vtkNew<vtkSmartVolumeMapper> VolumeMapper; variable
H A DvtkF3DGenericImporter.cxx162 this->VolumeMapper->SetInputConnection(this->PostPro->GetOutputPort(2)); in ImportActors()
163 this->VolumeMapper->SetRequestedRenderModeToGPU(); in ImportActors()
259 this->VolumeProp->SetMapper(this->VolumeMapper); in ImportActors()
H A DvtkF3DRendererWithColoring.cxx433 if (volumeVisibility && this->VolumeMapper && this->VolumeMapper->GetInput() && in UpdateInternalActors()
436 vtkF3DRendererWithColoring::ConfigureVolumeForColoring(this->VolumeMapper, this->VolumeProp, in UpdateInternalActors()