39 os <<
"#VRML V2.0 utf8" <<
nl 41 <<
"# written " << clock::dateTime().c_str() <<
nl 42 <<
"# points : " << pointLst.
size() <<
nl 43 <<
"# faces : " << nFaces <<
nl 44 <<
"# zones : " << zoneLst.
size() <<
nl;
49 os <<
"# " << zoneI <<
" " << zoneLst[zoneI].name()
50 <<
" (nFaces: " << zoneLst[zoneI].
size() <<
")" <<
nl;
61 " appearance Appearance {\n" 62 " material Material {\n" 63 " diffuseColor 0.8 0.8 0.8\n" 64 " specularColor 1.0 1.0 1.0\n" #define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void size(const label)
Override size to be inconsistent with allocated storage.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
label size() const
Return the number of elements in the UList.