#include "gcl/Geometry.h"
#include "gcl/Renderer.h"
#include "RadControl.h"
#include "gcl/Texture.h"
#include "cl/PtrArray.h"
#include "cl/NArray.h"
Include dependency graph for RadMesh.h:
Go to the source code of this file.
Compounds | |||
![]() | ![]() | class | RadProps |
![]() | ![]() | struct | CompareStats |
![]() | ![]() | class | PatchStats |
![]() | ![]() | class | RadElem |
![]() | ![]() | class | NbRadElem |
![]() | ![]() | class | GridBase |
![]() | ![]() | class | RadGrid |
Typedefs | |||
![]() | ![]() | typedef RadElem* | RadElemPtr |
![]() | ![]() | typedef PtrArray<RadElem> | PatchList |
![]() | ![]() | typedef Array<RadElem> | RadElemList |
Functions | |||
![]() | ![]() | ostream& | operator<< (ostream &s, RadElem &rq) |
![]() | ![]() | istream& | operator>> (istream &s, RadElem &rq) |
Variables | |||
![]() | ![]() | const GCLReal | kRaySurfEps = 1e-6 |
typedef PtrArray<RadElem> PatchList |
typedef Array<RadElem> RadElemList |
typedef RadElem* RadElemPtr |
ostream & operator<< (ostream & s, RadElem & rq) |
Definition at line 706 of file RadMesh.cc.
istream & operator>> (istream & s, RadElem & rq) |
Definition at line 712 of file RadMesh.cc.
const GCLReal kRaySurfEps = 1e-6 |