MeVisLab Toolbox Reference
|
#include <SbGroundplane.h>
Public Member Functions | |
SbGroundplane () | |
SbGroundplane (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3, const SbVec3f &v4) | |
~SbGroundplane () | |
void | setBounds (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3, const SbVec3f &v4) |
void | getBounds (SbVec3f &v1, SbVec3f &v2, SbVec3f &v3, SbVec3f &v4) const |
SbVec3f & | operator[] (int i) |
Accesses indexed component of plane area vertices. | |
const SbVec3f & | operator[] (int i) const |
Protected Attributes | |
SbVec3f | _vertices [4] |
Friends | |
int | operator== (const SbGroundplane &gp1, const SbGroundplane &gp2) |
int | operator!= (const SbGroundplane &gp1, const SbGroundplane &gp2) |
Definition at line 23 of file SbGroundplane.h.
SbGroundplane::SbGroundplane | ( | ) |
SbGroundplane::SbGroundplane | ( | const SbVec3f & | v1, |
const SbVec3f & | v2, | ||
const SbVec3f & | v3, | ||
const SbVec3f & | v4 ) |
SbGroundplane::~SbGroundplane | ( | ) |
Accesses indexed component of plane area vertices.
Definition at line 37 of file SbGroundplane.h.
References mlrange_cast().
Definition at line 38 of file SbGroundplane.h.
References mlrange_cast().
void SbGroundplane::setBounds | ( | const SbVec3f & | v1, |
const SbVec3f & | v2, | ||
const SbVec3f & | v3, | ||
const SbVec3f & | v4 ) |
|
friend |
|
friend |
|
protected |
Definition at line 26 of file SbGroundplane.h.