Home
last modified time | relevance | path

Searched refs:typeSize (Results 1 – 3 of 3) sorted by relevance

/phasta/phastaIO/
H A DvtkPhastaReader.h106 static size_t typeSize( const char typestring[] );
H A DphastaIO.cc211 inline size_t typeSize( const char typestring[] ) { in typeSize() function
1308 typeSize( datatype ); //redundant call, just avoid a compiler warning. in readheader()
1458 size_t type_size = typeSize( datatype ); in readDataBlock()
1545 size_t type_size = typeSize( datatype ); in readdatablock()
1638 ( binary_format ) ? typeSize(datatype) * ndataItems + _newline : ndataItems; in writeHeader()
1679 header_type[ filePtr ] = typeSize( datatype ); in writeheader()
1685 size_t type_size = typeSize( datatype ); in writeheader()
1827 size_t type_size = typeSize( datatype ); in writeDataBlock()
1898 size_t type_size=typeSize( datatype ); in writedatablock()
H A DvtkPhastaReader.cxx248 size_t vtkPhastaReader::typeSize( const char typestring[] ) in typeSize() function in vtkPhastaReader
691 typeSize( datatype ); //redundant call, just avoid a compiler warning. in readheader()
825 size_t type_size = typeSize( datatype ); in readdatablock()