Home
last modified time | relevance | path

Searched refs:GetWholeExtent (Results 1 – 25 of 90) sorted by relevance

1234

/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Tcl/
H A DclipArt.tcl35 …x [[imageIn GetExecutive] GetWholeExtent [imageIn GetOutputInformation 0]] 1] - [lindex [[imageIn …
36 …x [[imageIn GetExecutive] GetWholeExtent [imageIn GetOutputInformation 0]] 3] - [lindex [[imageIn …
61 set extent [[threshold1 GetExecutive] GetWholeExtent [threshold1 GetOutputInformation 0]]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DclipArt.py36 orgX = imageIn.GetExecutive().GetWholeExtent(
38 - imageIn.GetExecutive().GetWholeExtent(
40 orgY = imageIn.GetExecutive().GetWholeExtent(
42 - imageIn.GetExecutive().GetWholeExtent(
67 extent = threshold1.GetExecutive().GetWholeExtent(
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DclipArt.py36 orgX = imageIn.GetExecutive().GetWholeExtent(
38 - imageIn.GetExecutive().GetWholeExtent(
40 orgY = imageIn.GetExecutive().GetWholeExtent(
42 - imageIn.GetExecutive().GetWholeExtent(
67 extent = threshold1.GetExecutive().GetWholeExtent(
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Python/
H A DclipArt.py37 orgX = imageIn.GetExecutive().GetWholeExtent(
39 - imageIn.GetExecutive().GetWholeExtent(
41 orgY = imageIn.GetExecutive().GetWholeExtent(
43 - imageIn.GetExecutive().GetWholeExtent(
68 extent = threshold1.GetExecutive().GetWholeExtent(
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/
H A DvtkImageColorViewer.cxx237 int *w_ext = input->GetWholeExtent(); in GetSliceRange()
260 return input->GetWholeExtent() + this->SliceOrientation * 2; in GetSliceRange()
404 int *w_ext = input->GetWholeExtent(); in UpdateDisplayExtent()
546 vtkStreamingDemandDrivenPipeline::GetWholeExtent( in Execute()
554 vtkStreamingDemandDrivenPipeline::GetWholeExtent( in Execute()
560 (this->IV->GetInput()->GetWholeExtent()); in Execute()
746 int *w_ext = input->GetWholeExtent(); in Render()
/dports/math/vtk6/VTK-6.2.0/Imaging/Sources/
H A DvtkImageEllipsoidSource.h41 void GetWholeExtent(int extent[6]);
42 int *GetWholeExtent() {return this->WholeExtent;} in GetWholeExtent() function
/dports/math/vtk8/VTK-8.2.0/Imaging/Sources/
H A DvtkImageEllipsoidSource.h44 void GetWholeExtent(int extent[6]);
45 int *GetWholeExtent() VTK_SIZEHINT(6) {return this->WholeExtent;} in GetWholeExtent() function
/dports/math/vtk9/VTK-9.1.0/Imaging/Sources/
H A DvtkImageEllipsoidSource.h43 void GetWholeExtent(int extent[6]);
44 int* GetWholeExtent() VTK_SIZEHINT(6) { return this->WholeExtent; } in GetWholeExtent() function
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.h117 static void GetWholeExtent(vtkInformation*, int extent[6]);
118 static int* GetWholeExtent(vtkInformation*) VTK_SIZEHINT(6);
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.h117 static void GetWholeExtent(vtkInformation *, int extent[6]);
118 static int* GetWholeExtent(vtkInformation *) VTK_SIZEHINT(6);
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.h80 static void GetWholeExtent(vtkInformation *, int extent[6]);
81 static int* GetWholeExtent(vtkInformation *);
/dports/math/vtk9/VTK-9.1.0/Utilities/Upgrading/
H A DNewPipeConvert.cmake112 "this->GetInput\\(\\)->GetWholeExtent\\("
116 "input->GetWholeExtent\\("
120 "inData->GetWholeExtent\\("
/dports/math/vtk8/VTK-8.2.0/Utilities/Upgrading/
H A DNewPipeConvert.cmake112 "this->GetInput\\(\\)->GetWholeExtent\\("
116 "input->GetWholeExtent\\("
120 "inData->GetWholeExtent\\("
/dports/math/vtk6/VTK-6.2.0/Utilities/Upgrading/
H A DNewPipeConvert.cmake112 "this->GetInput\\(\\)->GetWholeExtent\\("
116 "input->GetWholeExtent\\("
120 "inData->GetWholeExtent\\("
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A Dhints50 vtkDataObject GetWholeExtent 304 6
98 vtkImageEllipsoidSource GetWholeExtent 304 6
226 vtkStreamingDemandDrivenPipeline GetWholeExtent 304 6
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkAbstractImageInterpolator.h271 VTK_LEGACY(int *GetWholeExtent());
272 VTK_LEGACY(void GetWholeExtent(int extent[6]));
H A DvtkAbstractImageInterpolator.cxx994 int *vtkAbstractImageInterpolator::GetWholeExtent() in GetWholeExtent() function in vtkAbstractImageInterpolator
997 vtkAbstractImageInterpolator::GetWholeExtent, "VTK 7.1", in GetWholeExtent()
1002 void vtkAbstractImageInterpolator::GetWholeExtent(int extent[6]) in GetWholeExtent() function in vtkAbstractImageInterpolator
1005 vtkAbstractImageInterpolator::GetWholeExtent, "VTK 7.1", in GetWholeExtent()
/dports/math/vtk6/VTK-6.2.0/IO/Image/
H A DvtkImageWriter.cxx159 vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo)); in Write()
218 int* wExt = vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo); in RecursiveWrite()
278 int* wExt = vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo); in RecursiveWrite()
H A DvtkJSONImageWriter.cxx162 vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo)); in Write()
/dports/math/vtk6/VTK-6.2.0/IO/Parallel/
H A DvtkPDataSetWriter.cxx350 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo); in WriteImageMetaData()
462 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent( in WriteRectilinearGridMetaData()
499 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent( in WriteStructuredGridMetaData()
/dports/math/vtk8/VTK-8.2.0/IO/Parallel/
H A DvtkPDataSetWriter.cxx354 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo); in WriteImageMetaData()
467 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent( in WriteRectilinearGridMetaData()
505 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent( in WriteStructuredGridMetaData()
/dports/math/vtk9/VTK-9.1.0/IO/Parallel/
H A DvtkPDataSetWriter.cxx328 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo); in WriteImageMetaData()
432 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent(this->GetInputInformation()); in WriteRectilinearGridMetaData()
467 pi = vtkStreamingDemandDrivenPipeline::GetWholeExtent(this->GetInputInformation()); in WriteStructuredGridMetaData()
/dports/math/vtk9/VTK-9.1.0/IO/H5Rage/
H A DH5RageAdaptor.h45 int GetWholeExtent(int ext) { return this->WholeExtent[ext]; } in GetWholeExtent() function
/dports/math/vtk6/VTK-6.2.0/Examples/ImageProcessing/Tcl/
H A DHistogram.tcl16 scan [[reader GetExecutive] GetWholeExtent [reader GetOutputInformation 0]] "%d %d %d %d %d %d" \
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkImageWriter.cxx214 int* wExt = vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo); in RecursiveWrite()
266 int* wExt = vtkStreamingDemandDrivenPipeline::GetWholeExtent(inInfo); in RecursiveWrite()

1234