Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMReXGridReaderInternal.cxx876 int offsetOfAttribute = this->GetOffsetOfAttribute(attribute); in GetBlockAttribute() local
881 << offsetOfAttribute << " Level " << theLevel << " blockIdx within Level " in GetBlockAttribute()
929 offsetOfAttribute = this->GetOffsetOfAttribute(compName.c_str()); in GetBlockAttribute()
930 is.seekg((linefeed + 1) + (offsetOfAttribute * (numberOfPoints * ird->numBytes()))); in GetBlockAttribute()