|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Brep | |
---|---|
cz.cuni.jagrlib | Core JaGrLib package. |
cz.cuni.jagrlib.iface | Various interfaces for connecting of JaGrLib modules. |
cz.cuni.jagrlib.piece | Public modules (building blocks of JaGrLib compositions). |
cz.cuni.jagrlib.testing | Temporary JaGrLib modules. |
Uses of Brep in cz.cuni.jagrlib |
---|
Methods in cz.cuni.jagrlib with parameters of type Brep | |
---|---|
protected void |
DefaultBrepFileFormat.commonLoad(BitStream stream,
Brep b)
Common load code. |
protected void |
DefaultBrepFileFormat.commonSave(BitStream stream,
Brep b)
Common save code. |
int |
DefaultSolid.createPolyhedr(Brep b,
double smoothness)
Creates polyhedral representation of the solid (non-mandatory method). |
Uses of Brep in cz.cuni.jagrlib.iface |
---|
Methods in cz.cuni.jagrlib.iface with parameters of type Brep | |
---|---|
int |
Solid.createPolyhedr(Brep b,
double smoothness)
Creates polyhedral representation of the solid (non-mandatory method). |
void |
CSG2Brep.processConversion(Brep brepImpl,
StaticCSGScene csgScene)
Main method for conversion from CSG scene to Brep scene. |
Uses of Brep in cz.cuni.jagrlib.piece |
---|
Classes in cz.cuni.jagrlib.piece that implement Brep | |
---|---|
class |
VEFDS
Boundary representation (B-rep) of 3D scene - implemented by simple arrays. |
Fields in cz.cuni.jagrlib.piece declared as Brep | |
---|---|
protected Brep |
CornellBox.brep
Accelerator: input B-rep database. |
protected Brep |
GLBrepRender.brep
Accelerator: connected Brep scene. |
protected Brep |
MonteCarloFF.brep
Accelerator: input B-rep database. |
protected Brep |
Radiosity.brep
Accelerator: input B-rep database. |
protected Brep |
RadiosityEquations.brep
Accelerator: input Brep database. |
protected Brep |
FaceRenderFlat.data
Accelerator: input B-rep database. |
Methods in cz.cuni.jagrlib.piece with parameters of type Brep | |
---|---|
protected void |
OBJFileFormat.commonLoad(BitStream stream,
Brep b)
Common load code. |
protected void |
OBJFileFormat.commonSave(BitStream stream,
Brep b)
Common save code. |
int |
Cube.createPolyhedr(Brep brep,
double smoothness)
Creates polyhedral representation of the solid (non-mandatory method). |
void |
CornellBox.prepare(Brep data,
int ctx)
Should be called at the beginning of each Cornell-box construction. |
void |
CSG2BrepImpl.processConversion(Brep brepImpl,
StaticCSGScene csgScene)
|
Uses of Brep in cz.cuni.jagrlib.testing |
---|
Fields in cz.cuni.jagrlib.testing declared as Brep | |
---|---|
protected Brep |
BrepSolid.brep
Explicit B-rep database object. |
protected Brep |
RadiosityHierarch.brep
Accelerator: input B-rep database. |
protected Brep |
SLEHierarchical.brep
Accelerator: input B-rep database. |
protected Brep |
TriMeshEditor.brep
B-rep database. |
protected Brep |
DepthSort.data
Accelerator: Brep database. |
protected Brep |
TriMeshDeformation.data
|
protected Brep |
UniformGrid.geometry
Accelarator - reference to Brep instance. |
Methods in cz.cuni.jagrlib.testing with parameters of type Brep | |
---|---|
protected void |
Test3DScene.fan(Brep data,
int ctx,
int vertexColor,
int faceColor,
int vertexNormal,
int vertexTex)
Generates one random fan. |
Constructors in cz.cuni.jagrlib.testing with parameters of type Brep | |
---|---|
BrepSolid(Brep data,
java.util.BitSet set)
Explicit B-rep database, arbitrary solid set. |
|
BrepSolid(Brep data,
int solid)
Explicit B-rep database, one (or all) solids. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |