Home
last modified time | relevance | path

Searched refs:SetDataScalarType (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/IO/Image/
H A DvtkImageReader2.h102 virtual void SetDataScalarType(int type);
103 virtual void SetDataScalarTypeToFloat(){this->SetDataScalarType(VTK_FLOAT);} in SetDataScalarTypeToFloat()
104 virtual void SetDataScalarTypeToDouble(){this->SetDataScalarType(VTK_DOUBLE);} in SetDataScalarTypeToDouble()
105 virtual void SetDataScalarTypeToInt(){this->SetDataScalarType(VTK_INT);} in SetDataScalarTypeToInt()
106 virtual void SetDataScalarTypeToUnsignedInt(){this->SetDataScalarType(VTK_UNSIGNED_INT);} in SetDataScalarTypeToUnsignedInt()
107 virtual void SetDataScalarTypeToShort(){this->SetDataScalarType(VTK_SHORT);} in SetDataScalarTypeToShort()
109 {this->SetDataScalarType(VTK_UNSIGNED_SHORT);} in SetDataScalarTypeToUnsignedShort()
111 {this->SetDataScalarType(VTK_CHAR);} in SetDataScalarTypeToChar()
113 {this->SetDataScalarType(VTK_SIGNED_CHAR);} in SetDataScalarTypeToSignedChar()
115 {this->SetDataScalarType(VTK_UNSIGNED_CHAR);} in SetDataScalarTypeToUnsignedChar()
H A DvtkImageImport.cxx402 this->SetDataScalarType(VTK_DOUBLE); in InvokeExecuteInformationCallbacks()
406 this->SetDataScalarType(VTK_FLOAT); in InvokeExecuteInformationCallbacks()
410 this->SetDataScalarType(VTK_LONG); in InvokeExecuteInformationCallbacks()
414 this->SetDataScalarType(VTK_UNSIGNED_LONG); in InvokeExecuteInformationCallbacks()
418 this->SetDataScalarType(VTK_INT); in InvokeExecuteInformationCallbacks()
422 this->SetDataScalarType(VTK_UNSIGNED_INT); in InvokeExecuteInformationCallbacks()
426 this->SetDataScalarType(VTK_SHORT); in InvokeExecuteInformationCallbacks()
430 this->SetDataScalarType(VTK_UNSIGNED_SHORT); in InvokeExecuteInformationCallbacks()
434 this->SetDataScalarType(VTK_CHAR); in InvokeExecuteInformationCallbacks()
438 this->SetDataScalarType(VTK_UNSIGNED_CHAR); in InvokeExecuteInformationCallbacks()
[all …]
H A DvtkImageImport.h68 void SetDataScalarTypeToDouble(){this->SetDataScalarType(VTK_DOUBLE);} in SetDataScalarTypeToDouble()
69 void SetDataScalarTypeToFloat(){this->SetDataScalarType(VTK_FLOAT);} in SetDataScalarTypeToFloat()
70 void SetDataScalarTypeToInt(){this->SetDataScalarType(VTK_INT);} in SetDataScalarTypeToInt()
71 void SetDataScalarTypeToShort(){this->SetDataScalarType(VTK_SHORT);} in SetDataScalarTypeToShort()
73 {this->SetDataScalarType(VTK_UNSIGNED_SHORT);} in SetDataScalarTypeToUnsignedShort()
75 {this->SetDataScalarType(VTK_UNSIGNED_CHAR);} in SetDataScalarTypeToUnsignedChar()
H A DvtkSLCReader.cxx216 this->SetDataScalarType(VTK_UNSIGNED_CHAR); in RequestInformation()
H A DvtkImageReader2.cxx836 void vtkImageReader2::SetDataScalarType(int type) in SetDataScalarType() function in vtkImageReader2
/dports/math/vtk8/VTK-8.2.0/IO/Image/
H A DvtkImageReader2.h120 virtual void SetDataScalarType(int type);
121 virtual void SetDataScalarTypeToFloat(){this->SetDataScalarType(VTK_FLOAT);} in SetDataScalarTypeToFloat()
122 virtual void SetDataScalarTypeToDouble(){this->SetDataScalarType(VTK_DOUBLE);} in SetDataScalarTypeToDouble()
123 virtual void SetDataScalarTypeToInt(){this->SetDataScalarType(VTK_INT);} in SetDataScalarTypeToInt()
124 virtual void SetDataScalarTypeToUnsignedInt(){this->SetDataScalarType(VTK_UNSIGNED_INT);} in SetDataScalarTypeToUnsignedInt()
125 virtual void SetDataScalarTypeToShort(){this->SetDataScalarType(VTK_SHORT);} in SetDataScalarTypeToShort()
127 {this->SetDataScalarType(VTK_UNSIGNED_SHORT);} in SetDataScalarTypeToUnsignedShort()
129 {this->SetDataScalarType(VTK_CHAR);} in SetDataScalarTypeToChar()
131 {this->SetDataScalarType(VTK_SIGNED_CHAR);} in SetDataScalarTypeToSignedChar()
133 {this->SetDataScalarType(VTK_UNSIGNED_CHAR);} in SetDataScalarTypeToUnsignedChar()
H A DvtkImageImport.cxx402 this->SetDataScalarType(VTK_DOUBLE); in InvokeExecuteInformationCallbacks()
406 this->SetDataScalarType(VTK_FLOAT); in InvokeExecuteInformationCallbacks()
410 this->SetDataScalarType(VTK_LONG); in InvokeExecuteInformationCallbacks()
414 this->SetDataScalarType(VTK_UNSIGNED_LONG); in InvokeExecuteInformationCallbacks()
418 this->SetDataScalarType(VTK_INT); in InvokeExecuteInformationCallbacks()
422 this->SetDataScalarType(VTK_UNSIGNED_INT); in InvokeExecuteInformationCallbacks()
426 this->SetDataScalarType(VTK_SHORT); in InvokeExecuteInformationCallbacks()
430 this->SetDataScalarType(VTK_UNSIGNED_SHORT); in InvokeExecuteInformationCallbacks()
434 this->SetDataScalarType(VTK_CHAR); in InvokeExecuteInformationCallbacks()
438 this->SetDataScalarType(VTK_UNSIGNED_CHAR); in InvokeExecuteInformationCallbacks()
[all …]
H A DvtkImageImport.h78 void SetDataScalarTypeToDouble(){this->SetDataScalarType(VTK_DOUBLE);} in SetDataScalarTypeToDouble()
79 void SetDataScalarTypeToFloat(){this->SetDataScalarType(VTK_FLOAT);} in SetDataScalarTypeToFloat()
80 void SetDataScalarTypeToInt(){this->SetDataScalarType(VTK_INT);} in SetDataScalarTypeToInt()
81 void SetDataScalarTypeToShort(){this->SetDataScalarType(VTK_SHORT);} in SetDataScalarTypeToShort()
83 {this->SetDataScalarType(VTK_UNSIGNED_SHORT);} in SetDataScalarTypeToUnsignedShort()
85 {this->SetDataScalarType(VTK_UNSIGNED_CHAR);} in SetDataScalarTypeToUnsignedChar()
H A DvtkSLCReader.cxx214 this->SetDataScalarType(VTK_UNSIGNED_CHAR); in RequestInformation()
H A DvtkImageReader2.cxx833 void vtkImageReader2::SetDataScalarType(int type) in SetDataScalarType() function in vtkImageReader2
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkImageReader2.h120 virtual void SetDataScalarType(int type);
121 virtual void SetDataScalarTypeToFloat() { this->SetDataScalarType(VTK_FLOAT); } in SetDataScalarTypeToFloat()
122 virtual void SetDataScalarTypeToDouble() { this->SetDataScalarType(VTK_DOUBLE); } in SetDataScalarTypeToDouble()
123 virtual void SetDataScalarTypeToInt() { this->SetDataScalarType(VTK_INT); } in SetDataScalarTypeToInt()
124 virtual void SetDataScalarTypeToUnsignedInt() { this->SetDataScalarType(VTK_UNSIGNED_INT); } in SetDataScalarTypeToUnsignedInt()
125 virtual void SetDataScalarTypeToShort() { this->SetDataScalarType(VTK_SHORT); } in SetDataScalarTypeToShort()
126 virtual void SetDataScalarTypeToUnsignedShort() { this->SetDataScalarType(VTK_UNSIGNED_SHORT); } in SetDataScalarTypeToUnsignedShort()
127 virtual void SetDataScalarTypeToChar() { this->SetDataScalarType(VTK_CHAR); } in SetDataScalarTypeToChar()
128 virtual void SetDataScalarTypeToSignedChar() { this->SetDataScalarType(VTK_SIGNED_CHAR); } in SetDataScalarTypeToSignedChar()
129 virtual void SetDataScalarTypeToUnsignedChar() { this->SetDataScalarType(VTK_UNSIGNED_CHAR); } in SetDataScalarTypeToUnsignedChar()
H A DvtkImageImport.cxx399 this->SetDataScalarType(VTK_DOUBLE); in InvokeExecuteInformationCallbacks()
403 this->SetDataScalarType(VTK_FLOAT); in InvokeExecuteInformationCallbacks()
407 this->SetDataScalarType(VTK_LONG); in InvokeExecuteInformationCallbacks()
411 this->SetDataScalarType(VTK_UNSIGNED_LONG); in InvokeExecuteInformationCallbacks()
415 this->SetDataScalarType(VTK_INT); in InvokeExecuteInformationCallbacks()
419 this->SetDataScalarType(VTK_UNSIGNED_INT); in InvokeExecuteInformationCallbacks()
423 this->SetDataScalarType(VTK_SHORT); in InvokeExecuteInformationCallbacks()
427 this->SetDataScalarType(VTK_UNSIGNED_SHORT); in InvokeExecuteInformationCallbacks()
431 this->SetDataScalarType(VTK_CHAR); in InvokeExecuteInformationCallbacks()
435 this->SetDataScalarType(VTK_UNSIGNED_CHAR); in InvokeExecuteInformationCallbacks()
[all …]
H A DvtkImageImport.h78 void SetDataScalarTypeToDouble() { this->SetDataScalarType(VTK_DOUBLE); } in SetDataScalarTypeToDouble()
79 void SetDataScalarTypeToFloat() { this->SetDataScalarType(VTK_FLOAT); } in SetDataScalarTypeToFloat()
80 void SetDataScalarTypeToInt() { this->SetDataScalarType(VTK_INT); } in SetDataScalarTypeToInt()
81 void SetDataScalarTypeToShort() { this->SetDataScalarType(VTK_SHORT); } in SetDataScalarTypeToShort()
82 void SetDataScalarTypeToUnsignedShort() { this->SetDataScalarType(VTK_UNSIGNED_SHORT); } in SetDataScalarTypeToUnsignedShort()
83 void SetDataScalarTypeToUnsignedChar() { this->SetDataScalarType(VTK_UNSIGNED_CHAR); } in SetDataScalarTypeToUnsignedChar()
H A DvtkSLCReader.cxx189 this->SetDataScalarType(VTK_UNSIGNED_CHAR); in RequestInformation()
H A DvtkImageReader2.cxx808 void vtkImageReader2::SetDataScalarType(int type) in SetDataScalarType() function in vtkImageReader2
/dports/math/vtk6/VTK-6.2.0/Imaging/Sources/
H A DvtkImageGridSource.h58 void SetDataScalarTypeToDouble(){this->SetDataScalarType(VTK_DOUBLE);} in SetDataScalarTypeToDouble()
59 void SetDataScalarTypeToInt(){this->SetDataScalarType(VTK_INT);} in SetDataScalarTypeToInt()
60 void SetDataScalarTypeToShort(){this->SetDataScalarType(VTK_SHORT);} in SetDataScalarTypeToShort()
62 {this->SetDataScalarType(VTK_UNSIGNED_SHORT);} in SetDataScalarTypeToUnsignedShort()
64 {this->SetDataScalarType(VTK_UNSIGNED_CHAR);} in SetDataScalarTypeToUnsignedChar()
/dports/math/vtk8/VTK-8.2.0/Imaging/Sources/
H A DvtkImageGridSource.h75 void SetDataScalarTypeToDouble(){this->SetDataScalarType(VTK_DOUBLE);} in SetDataScalarTypeToDouble()
76 void SetDataScalarTypeToInt(){this->SetDataScalarType(VTK_INT);} in SetDataScalarTypeToInt()
77 void SetDataScalarTypeToShort(){this->SetDataScalarType(VTK_SHORT);} in SetDataScalarTypeToShort()
79 {this->SetDataScalarType(VTK_UNSIGNED_SHORT);} in SetDataScalarTypeToUnsignedShort()
81 {this->SetDataScalarType(VTK_UNSIGNED_CHAR);} in SetDataScalarTypeToUnsignedChar()
/dports/math/vtk9/VTK-9.1.0/Imaging/Sources/
H A DvtkImageGridSource.h75 void SetDataScalarTypeToDouble() { this->SetDataScalarType(VTK_DOUBLE); } in SetDataScalarTypeToDouble()
76 void SetDataScalarTypeToInt() { this->SetDataScalarType(VTK_INT); } in SetDataScalarTypeToInt()
77 void SetDataScalarTypeToShort() { this->SetDataScalarType(VTK_SHORT); } in SetDataScalarTypeToShort()
78 void SetDataScalarTypeToUnsignedShort() { this->SetDataScalarType(VTK_UNSIGNED_SHORT); } in SetDataScalarTypeToUnsignedShort()
79 void SetDataScalarTypeToUnsignedChar() { this->SetDataScalarType(VTK_UNSIGNED_CHAR); } in SetDataScalarTypeToUnsignedChar()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/Testing/Python/
H A DTestvtkGDCMThreadedImageReader2.py81 r.SetDataScalarType ( datascalartype )
H A DTestvtkGDCMThreadedImageReader.py68 reader.SetDataScalarType ( datascalartype )
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A DvtkImageImportFromArray.py117 self.__import.SetDataScalarType(ar_type)
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/util/
H A DvtkImageImportFromArray.py117 self.__import.SetDataScalarType(ar_type)
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/util/
H A DvtkImageImportFromArray.py117 self.__import.SetDataScalarType(ar_type)
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/Testing/Cxx/
H A DTestvtkGDCMThreadedImageReader.cxx137 vtkreader->SetDataScalarType ( datascalartype ); in ExecuteInformation()
H A DTestvtkGDCMThreadedImageReader2.cxx127 vtkreader->SetDataScalarType ( datascalartype ); in ExecuteInformation()

12