Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/IO/MINC/
H A DvtkMINCImageWriter.cxx107 this->MINCImageType = 0; in vtkMINCImageWriter()
694 (this->MINCImageType != NC_FLOAT && this->MINCImageType != NC_DOUBLE)) in CreateMINCVariables()
806 cdftype = (nc_type)this->MINCImageType; in CreateMINCVariables()
935 if (this->MINCImageType != NC_FLOAT && this->MINCImageType != NC_DOUBLE) in CreateMINCVariables()
1108 this->MINCImageType = in WriteMINCFileAttributes()
1151 if (this->MINCImageType != NC_FLOAT && this->MINCImageType != NC_DOUBLE) in FindMINCValidRange()
1155 switch (this->MINCImageType) in FindMINCValidRange()
1173 switch (this->MINCImageType) in FindMINCValidRange()
1198 if (rangearray && this->MINCImageType != NC_FLOAT && this->MINCImageType != NC_DOUBLE && in FindMINCValidRange()
1199 this->MINCImageType != NC_BYTE && in FindMINCValidRange()
[all …]
H A DvtkMINCImageReader.cxx96 this->MINCImageType = 0; in vtkMINCImageReader()
366 this->MINCImageType = 0; in ReadMINCFileAttributes()
528 this->MINCImageType = vartype; in ReadMINCFileAttributes()
676 vtkMINCImageReader::ConvertMINCTypeToVTKType(this->MINCImageType, this->MINCImageTypeSigned); in ReadMINCFileAttributes()
819 int fileType = this->ConvertMINCTypeToVTKType(this->MINCImageType, this->MINCImageTypeSigned); in ExecuteInformation()
824 << this->MINCImageType << (this->MINCImageTypeSigned ? " signed" : " unsigned") in ExecuteInformation()
H A DvtkMINCImageReader.h180 int MINCImageType; variable
H A DvtkMINCImageWriter.h173 int MINCImageType; variable
/dports/math/vtk8/VTK-8.2.0/IO/MINC/
H A DvtkMINCImageWriter.cxx108 this->MINCImageType = 0; in vtkMINCImageWriter()
714 (this->MINCImageType != NC_FLOAT && in CreateMINCVariables()
715 this->MINCImageType != NC_DOUBLE)) in CreateMINCVariables()
1193 if (this->MINCImageType != NC_FLOAT && in FindMINCValidRange()
1194 this->MINCImageType != NC_DOUBLE) in FindMINCValidRange()
1198 switch (this->MINCImageType) in FindMINCValidRange()
1216 switch (this->MINCImageType) in FindMINCValidRange()
1243 this->MINCImageType != NC_FLOAT && in FindMINCValidRange()
1244 this->MINCImageType != NC_DOUBLE && in FindMINCValidRange()
1245 this->MINCImageType != NC_BYTE && in FindMINCValidRange()
[all …]
H A DvtkMINCImageReader.cxx95 this->MINCImageType = 0; in vtkMINCImageReader()
375 this->MINCImageType = 0; in ReadMINCFileAttributes()
542 this->MINCImageType = vartype; in ReadMINCFileAttributes()
695 int dataType = this->ConvertMINCTypeToVTKType(this->MINCImageType, in ReadMINCFileAttributes()
842 int fileType = this->ConvertMINCTypeToVTKType(this->MINCImageType, in ExecuteInformation()
847 vtkErrorMacro("Couldn't convert NetCDF data type " << this->MINCImageType in ExecuteInformation()
H A DvtkMINCImageReader.h179 int MINCImageType; variable
H A DvtkMINCImageWriter.h176 int MINCImageType; variable
/dports/math/vtk6/VTK-6.2.0/IO/MINC/
H A DvtkMINCImageWriter.cxx108 this->MINCImageType = 0; in vtkMINCImageWriter()
710 (this->MINCImageType != NC_FLOAT && in CreateMINCVariables()
711 this->MINCImageType != NC_DOUBLE)) in CreateMINCVariables()
1189 if (this->MINCImageType != NC_FLOAT && in FindMINCValidRange()
1190 this->MINCImageType != NC_DOUBLE) in FindMINCValidRange()
1194 switch (this->MINCImageType) in FindMINCValidRange()
1212 switch (this->MINCImageType) in FindMINCValidRange()
1239 this->MINCImageType != NC_FLOAT && in FindMINCValidRange()
1240 this->MINCImageType != NC_DOUBLE && in FindMINCValidRange()
1241 this->MINCImageType != NC_BYTE && in FindMINCValidRange()
[all …]
H A DvtkMINCImageReader.cxx94 this->MINCImageType = 0; in vtkMINCImageReader()
375 this->MINCImageType = 0; in ReadMINCFileAttributes()
546 this->MINCImageType = vartype; in ReadMINCFileAttributes()
699 int dataType = this->ConvertMINCTypeToVTKType(this->MINCImageType, in ReadMINCFileAttributes()
851 int fileType = this->ConvertMINCTypeToVTKType(this->MINCImageType, in ExecuteInformation()
856 vtkErrorMacro("Couldn't convert NetCDF data type " << this->MINCImageType in ExecuteInformation()
H A DvtkMINCImageReader.h157 int MINCImageType; variable
H A DvtkMINCImageWriter.h154 int MINCImageType; variable