ESyS-Particle
4.0.1
|
Namespaces | |
namespace | StringUtil |
Typedefs | |
typedef std::vector< std::string > | StringVector |
typedef std::vector< int > | IntVector |
typedef UniformRng | DefaultUniformRng |
typedef std::vector< bool > | BoolVector |
typedef std::vector< Vec3 > | Vec3Vector |
typedef std::vector< Plane > | PlaneVector |
typedef std::vector< BoundingBox > | BoundingBoxVector |
typedef std::vector< PackingInfo > | PackingInfoVector |
typedef ::Plane | Plane |
typedef boost::shared_ptr < ParticleFitter > | FitterPtr |
typedef std::vector< FitterPtr > | FitterPtrVector |
typedef std::vector< const SimpleParticle * > | ParticleVector |
typedef std::vector< const BasicInteraction * > | ConnectionVector |
typedef std::map< int, int > | IdIndexMap |
Enumerations | |
enum | ClosePackOrientation { DEFAULT_ORIENT = 0, XYZ, XZY, YXZ, YZX, ZXY, ZYX, NUM_ORIENTATIONS } |
enum | Orientation { XY, XZ, YZ, XY, XZ, YZ } |
enum | Orientation { XY, XZ, YZ, XY, XZ, YZ } |
Functions | |
std::istream & | operator>> (std::istream &iStream, SimpleConnectionData &connectionData) |
std::ostream & | operator<< (std::ostream &oStream, const SimpleConnectionData &connectionData) |
ostream & | operator<< (ostream &ost, const CLatticeParam &CP) |
std::ostream & | operator<< (std::ostream &oStream, const BoundingBox &bbox) |
std::ostream & | operator<< (std::ostream &oStream, const BoundingSphere &bSphere) |
bool | exists (const std::string &fileName) |
void | setPathEnv (int argc, char *argv[]) |
void | setPathEnv (const std::string &exeName) |
std::ostream & | operator<< (std::ostream &oStream, const GeometryInfo &geoInfo) |
std::istream & | operator<< (std::istream &iStream, GeometryInfo &geoInfo) |
std::ostream & | operator<< (std::ostream &oStream, const ParticleFitter &fitter) |
std::istream & | operator>> (std::istream &iStream, SimpleParticleData &particleData) |
std::ostream & | operator<< (std::ostream &oStream, const SimpleParticleData &particleData) |
template<typename TmplFitTraits > | |
std::ostream & | operator<< (std::ostream &oStream, const SphereFitter< TmplFitTraits > &fitter) |
std::ostream & | operator<< (std::ostream &oStream, const Vec3L &vec) |
Lattice Solid Model namespace.
Enum for specifying the orientation of the layers in in a sphere close packing.
void esys::lsm::setPathEnv | ( | const std::string & | exeName | ) |
Function which modifies the PATH environment variable according to the specified executable file. This is a work-around for the SGI MPT mpirun implementation which appears to alter the PATH environment variable of the executed processes.