ESyS-Particle  2.3.4
Arr3 Struct Reference
Collaboration diagram for Arr3:

Public Member Functions

void reserve (int n)
 
void push_back (const Vec3 &v)
 

Public Attributes

FloatVec x
 
FloatVec y
 
FloatVec z
 

Member Function Documentation

◆ push_back()

void Arr3::push_back ( const Vec3 v)
inline

References Vec3::X(), x, Vec3::Y(), y, Vec3::Z(), and z.

Referenced by ParticleData::append().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reserve()

void Arr3::reserve ( int  n)
inline

References x, y, and z.

Referenced by ParticleData::reserve().

Here is the caller graph for this function:

Member Data Documentation

◆ x

◆ y

◆ z


The documentation for this struct was generated from the following file: