Home
last modified time | relevance | path

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

/phasta/phastaIO/
H A DvtkPhastaReader.h106 static size_t typeSize( const char typestring[] );
H A DvtkPhastaReader.cxx248 size_t vtkPhastaReader::typeSize( const char typestring[] ) in typeSize() argument
250 char* ts1 = StringStripper( typestring ); in typeSize()
H A DphastaIO.cc211 inline size_t typeSize( const char typestring[] ) { in typeSize() argument
212 char* ts1 = StringStripper( typestring ); in typeSize()