A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
An IOstream is an abstract base class for all input/output systems; be they streams,...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Reads a n-component tuple, storing the result as a list of tokens, using bracket counting to disambig...
tokenTupleN()
Default construct.
label size() const
Get the number of elements in the tuple.
friend Istream & operator>>(Istream &, tokenTupleN &)
Read from stream.
~tokenTupleN()
Destructor.
Type get(const IOstream &s, const label i)
Get a type at a given position in the tuple. Stream used for error.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.name(), lagrangian::cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Istream & operator>>(Istream &, pistonPointEdgeData &)