Home
last modified time | relevance | path

Searched refs:GetScalarType (Results 76 – 100 of 511) sorted by relevance

12345678910>>...21

/dports/math/vtk6/VTK-6.2.0/Imaging/Math/
H A DvtkImageDivergence.cxx213 if (inData->GetScalarType() != outData->GetScalarType()) in ThreadedExecute()
216 << inData->GetScalarType() in ThreadedExecute()
218 << outData->GetScalarType()); in ThreadedExecute()
222 switch (inData->GetScalarType()) in ThreadedExecute()
/dports/math/vtk6/VTK-6.2.0/Imaging/General/
H A DvtkImageLaplacian.cxx204 if (inData[0][0]->GetScalarType() != in ThreadedRequestData()
205 outData[0]->GetScalarType()) in ThreadedRequestData()
208 << inData[0][0]->GetScalarType() << ", must match out ScalarType " in ThreadedRequestData()
209 << outData[0]->GetScalarType()); in ThreadedRequestData()
213 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageGradientMagnitude.cxx249 if (inData->GetScalarType() != outData->GetScalarType()) in ThreadedExecute()
252 << inData->GetScalarType() in ThreadedExecute()
254 << outData->GetScalarType()); in ThreadedExecute()
258 switch (inData->GetScalarType()) in ThreadedExecute()
H A DvtkImageCorrelation.cxx227 if (inData[0][0]->GetScalarType() != inData[1][0]->GetScalarType()) in ThreadedRequestData()
230 inData[0][0]->GetScalarType() << " and input2 ScalarType " << in ThreadedRequestData()
231 inData[1][0]->GetScalarType() << ", should match"); in ThreadedRequestData()
243 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageNormalize.cxx115 if (outData->GetScalarType() != VTK_FLOAT) in ThreadedExecute()
117 vtkErrorMacro(<< "Execute: output ScalarType, " << outData->GetScalarType() in ThreadedExecute()
122 switch (inData->GetScalarType()) in ThreadedExecute()
H A DvtkImageCityBlockDistance.cxx102 if (inData->GetScalarType() != VTK_SHORT || in IterativeRequestData()
103 outData->GetScalarType() != VTK_SHORT) in IterativeRequestData()
105 vtkErrorMacro(<< "Execute: input ScalarType, " << inData->GetScalarType() in IterativeRequestData()
106 << ", and out ScalarType " << outData->GetScalarType() in IterativeRequestData()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmPixelFormat.h87 operator ScalarType() const { return GetScalarType(); } in ScalarType()
183 ScalarType GetScalarType() const;
211 return GetScalarType() == st;
215 return GetScalarType() != st;
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageMirrorPad.cxx222 if (inData[0][0]->GetScalarType() != outData[0]->GetScalarType()) in ThreadedRequestData()
224 vtkErrorMacro(<< "Execute: input ScalarType, " << inData[0][0]->GetScalarType() in ThreadedRequestData()
225 << ", must match out ScalarType " << outData[0]->GetScalarType()); in ThreadedRequestData()
229 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageWrapPad.cxx227 if (inData[0][0]->GetScalarType() != outData[0]->GetScalarType()) in ThreadedRequestData()
229 vtkErrorMacro(<< "Execute: input ScalarType, " << inData[0][0]->GetScalarType() in ThreadedRequestData()
230 << ", must match out ScalarType " << outData[0]->GetScalarType()); in ThreadedRequestData()
234 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
/dports/math/vtk9/VTK-9.1.0/Imaging/General/
H A DvtkImageGradientMagnitude.cxx235 if (inData->GetScalarType() != outData->GetScalarType()) in ThreadedExecute()
237 vtkErrorMacro(<< "Execute: input data type, " << inData->GetScalarType() in ThreadedExecute()
238 << ", must match out ScalarType " << outData->GetScalarType()); in ThreadedExecute()
242 switch (inData->GetScalarType()) in ThreadedExecute()
H A DvtkImageCorrelation.cxx210 if (inData[0][0]->GetScalarType() != inData[1][0]->GetScalarType()) in ThreadedRequestData()
212 vtkErrorMacro(<< "Execute: input ScalarType, " << inData[0][0]->GetScalarType() in ThreadedRequestData()
213 << " and input2 ScalarType " << inData[1][0]->GetScalarType() in ThreadedRequestData()
225 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageNormalize.cxx114 if (outData->GetScalarType() != VTK_FLOAT) in ThreadedExecute()
116 vtkErrorMacro(<< "Execute: output ScalarType, " << outData->GetScalarType() in ThreadedExecute()
121 switch (inData->GetScalarType()) in ThreadedExecute()
H A DvtkImageCityBlockDistance.cxx97 if (inData->GetScalarType() != VTK_SHORT || outData->GetScalarType() != VTK_SHORT) in IterativeRequestData()
99 vtkErrorMacro(<< "Execute: input ScalarType, " << inData->GetScalarType() in IterativeRequestData()
100 << ", and out ScalarType " << outData->GetScalarType() << " must be short."); in IterativeRequestData()
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageMirrorPad.cxx231 if (inData[0][0]->GetScalarType() != outData[0]->GetScalarType()) in ThreadedRequestData()
234 << inData[0][0]->GetScalarType() in ThreadedRequestData()
236 << outData[0]->GetScalarType()); in ThreadedRequestData()
240 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageWrapPad.cxx238 if (inData[0][0]->GetScalarType() != outData[0]->GetScalarType()) in ThreadedRequestData()
241 << inData[0][0]->GetScalarType() in ThreadedRequestData()
243 << outData[0]->GetScalarType()); in ThreadedRequestData()
247 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
/dports/math/vtk8/VTK-8.2.0/Imaging/General/
H A DvtkImageCorrelation.cxx227 if (inData[0][0]->GetScalarType() != inData[1][0]->GetScalarType()) in ThreadedRequestData()
230 inData[0][0]->GetScalarType() << " and input2 ScalarType " << in ThreadedRequestData()
231 inData[1][0]->GetScalarType() << ", should match"); in ThreadedRequestData()
243 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageGradientMagnitude.cxx249 if (inData->GetScalarType() != outData->GetScalarType()) in ThreadedExecute()
252 << inData->GetScalarType() in ThreadedExecute()
254 << outData->GetScalarType()); in ThreadedExecute()
258 switch (inData->GetScalarType()) in ThreadedExecute()
H A DvtkImageNormalize.cxx115 if (outData->GetScalarType() != VTK_FLOAT) in ThreadedExecute()
117 vtkErrorMacro(<< "Execute: output ScalarType, " << outData->GetScalarType() in ThreadedExecute()
122 switch (inData->GetScalarType()) in ThreadedExecute()
H A DvtkImageCityBlockDistance.cxx100 if (inData->GetScalarType() != VTK_SHORT || in IterativeRequestData()
101 outData->GetScalarType() != VTK_SHORT) in IterativeRequestData()
103 vtkErrorMacro(<< "Execute: input ScalarType, " << inData->GetScalarType() in IterativeRequestData()
104 << ", and out ScalarType " << outData->GetScalarType() in IterativeRequestData()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageMirrorPad.cxx231 if (inData[0][0]->GetScalarType() != outData[0]->GetScalarType()) in ThreadedRequestData()
234 << inData[0][0]->GetScalarType() in ThreadedRequestData()
236 << outData[0]->GetScalarType()); in ThreadedRequestData()
240 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageWrapPad.cxx238 if (inData[0][0]->GetScalarType() != outData[0]->GetScalarType()) in ThreadedRequestData()
241 << inData[0][0]->GetScalarType() in ThreadedRequestData()
243 << outData[0]->GetScalarType()); in ThreadedRequestData()
247 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
H A DvtkImageBlend.cxx274 if (inData->GetScalarType() == VTK_DOUBLE || in vtkImageBlendExecute()
275 inData->GetScalarType() == VTK_FLOAT) in vtkImageBlendExecute()
596 if (inData->GetScalarType() == VTK_DOUBLE || in vtkImageBlendCompoundExecute()
597 inData->GetScalarType() == VTK_FLOAT) in vtkImageBlendCompoundExecute()
904 if (inData[0][idx1]->GetScalarType() != outData[0]->GetScalarType()) in ThreadedRequestData()
907 inData[0][idx1]->GetScalarType() << in ThreadedRequestData()
908 "), must match output ScalarType (" << outData[0]->GetScalarType() in ThreadedRequestData()
947 if (inData[0][idx1]->GetScalarType() == VTK_UNSIGNED_CHAR) in ThreadedRequestData()
958 switch (inData[0][idx1]->GetScalarType()) in ThreadedRequestData()
975 switch (inData[0][idx1]->GetScalarType()) in ThreadedRequestData()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/
H A DvtkImagePlanarComponentsToComponents.cxx121 if (data->GetScalarType() != VTK_UNSIGNED_CHAR in RequestData()
122 && data->GetScalarType() != VTK_UNSIGNED_SHORT ) in RequestData()
132 switch (inData->GetScalarType()) in RequestData()
/dports/math/vtk9/VTK-9.1.0/Imaging/Morphological/
H A DvtkImageDilateErode3D.cxx283 if (mask->GetScalarType() != VTK_UNSIGNED_CHAR) in ThreadedRequestData()
290 if (outData[0]->GetScalarType() != inData[0][0]->GetScalarType()) in ThreadedRequestData()
293 << vtkImageScalarTypeNameMacro(outData[0]->GetScalarType()) in ThreadedRequestData()
298 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()
/dports/math/vtk8/VTK-8.2.0/Imaging/Morphological/
H A DvtkImageDilateErode3D.cxx294 if (mask->GetScalarType() != VTK_UNSIGNED_CHAR) in ThreadedRequestData()
301 if (outData[0]->GetScalarType() != inData[0][0]->GetScalarType()) in ThreadedRequestData()
304 << vtkImageScalarTypeNameMacro(outData[0]->GetScalarType()) in ThreadedRequestData()
309 switch (inData[0][0]->GetScalarType()) in ThreadedRequestData()

12345678910>>...21