►CGEO::AABB< BOX > | Base class for Axis Aligned Bounding Box trees |
►CGEO::MeshAABB2d | Base class for Axis Aligned Bounding Box trees of mesh elements with 2d boxes |
CGEO::MeshFacetsAABB2d | Axis Aligned Bounding Box tree of mesh facets in 2D |
►CGEO::MeshAABB3d | Base class for Axis Aligned Bounding Box trees of mesh elements with 3d boxes |
CGEO::MeshCellsAABB | Axis Aligned Bounding Box tree of mesh cells |
CGEO::MeshFacetsAABB | Axis Aligned Bounding Box tree of mesh facets in 3D |
CGEO::ScalarAttributeAdapterBase::Accessor | Accessor class used by ScalarAttributeAdapter to implement indexing operator |
CGEO::Memory::aligned_allocator< T, ALIGN > | An allocator that performs aligned memory allocations |
COGF::Any | A class that stores a variable of arbitrary type |
►CGEO::Application | Base class for all applications |
►CGEO::SimpleApplication | SimpleApplication is an Application with pre-created and customizable menus, commands, graphic attributes, load and save dialogs, and text editor |
CGEO::SimpleMeshApplication | An Application that manipulates a single Mesh |
CGEO::ArcBall | Enables to interactively define a rotation |
CGEO::CSGCompiler::ArgList | A parsed argument list in a .csg file |
COGF::ArgList | Represents a list of name-value pairs |
CGEO::GeoFile::AttributeInfo | Internal representation of attributes |
CGEO::GeoFile::AttributeSetInfo | Internal representation of an attribute set |
CGEO::AttributesManager | Managers a set of attributes attached to an object |
►CGEO::AttributeStore | Notifies a set of AttributeStoreObservers each time the stored array changes size and/or base address and/or dimension |
CGEO::TypedAttributeStore< T > | Stores an array of elements of a given type, and notifies a set of AttributeStoreObservers each time the storead array changes size and/or base address |
►CGEO::AttributeStoreObserver | Base class for attributes. They are notified whenever the AttributeStore is modified |
►CGEO::AttributeBase< Numeric::uint8 > | |
CGEO::Attribute< bool > | Specialization of Attribute for booleans |
CGEO::AttributeBase< int > | |
CGEO::AttributeBase< index_t > | |
CGEO::AttributeBase< const GEO::vec3Hg * > | |
CGEO::AttributeBase< double > | |
CGEO::AttributeBase< float > | |
CGEO::AttributeBase< GEOGen::SymbolicVertex > | |
►CGEO::AttributeBase< T > | Base class for Attributes, that manipulates an attribute stored in an AttributesManager |
CGEO::Attribute< int > | |
CGEO::Attribute< index_t > | |
CGEO::Attribute< Numeric::uint8 > | |
CGEO::Attribute< const GEO::vec3Hg * > | |
CGEO::Attribute< double > | |
CGEO::Attribute< float > | |
CGEO::Attribute< GEOGen::SymbolicVertex > | |
CGEO::Attribute< T > | Manages an attribute attached to a set of object |
►CGEO::ScalarAttributeAdapterBase | Access to an attribute as a double regardless its type |
CGEO::ReadOnlyScalarAttributeAdapter | Readonly access to an attribute as a double regardless its type |
CGEO::ReadWriteScalarAttributeAdapter | Readwrite access to an attribute as a double regardless its type |
COGF::NL::Vector | A scriptable Vector objects |
CGEO::basic_bindex< IndexType > | A couple of two indices |
CGEO::basic_quadindex< IndexType > | A tuple of four indices |
CGEO::basic_trindex< IndexType > | A triple of three indices |
COGF::BasicFactories< T > | |
COGF::BasicFactoriesWithArg< T, ARG > | |
CGEO::Process::BasicSpinLockArray | An array of light-weight synchronisation primitives (spinlocks) |
►CGEO::BinaryStream | Binary stream base class |
CGEO::BinaryInputStream | Binary input file |
CGEO::BinaryOutputStream | Binary output file |
CGEO::Attribute< bool >::BoolAttributeAccessor | Accessor class for adapting Attribute<bool> indexing |
CGEO::BooleanExpression | A simple parser for boolean expressions |
CGEOGen::RestrictedVoronoiDiagram< DIM >::BorderHalfedgeAction< ACTION > | Adapter class used internally to implement for_each_border_halfedge() |
►CGEO::Box | Axis-aligned bounding box |
COGF::Box3d | A 3d axis aligned box |
CGEO::Box2d | Axis-aligned bounding box |
COGF::Box2d | A 2d axis aligned box |
CGEO::Cavity | Represents the set of tetrahedra on the boundary of the cavity in a 3D Delaunay triangulation |
►CGEO::CDTBase2d | Base class for constrained Delaunay triangulation |
CGEO::CDT2d | Constrained Delaunay triangulation |
CGEO::ExactCDT2d | Constrained Delaunay Triangulation with vertices that are exact points. Can be used to implement 2D CSG |
CGEO::MeshInTriangle | Meshes a single triangle with the constraints that come from the intersections with the other triangles |
CGEO::CellDescriptor | Lookup tables that describe the combinatorics of each cell type |
CGEO::CellStatusArray | An array of cell status codes associates to each tetrahedron in a Delaunay tetrahedralization |
CGEO::CentroidalVoronoiTesselation | CentroidalVoronoiTesselation is the main component of the remeshing algorithm |
CGEO::SimpleApplication::ColormapInfo | |
COGF::ColormapStyle | The style used to display colormapped colors |
CGEO::const_index_ptr_in_array | Encapsulates a const pointer to an element in an index_t array |
CGEO::const_index_ptr_range | |
CGEO::ScalarAttributeAdapterBase::ConstAccessor | Accessor class used by ScalarAttributeAdapter to implement indexing operator (const version) |
CGEO::Attribute< bool >::ConstBoolAttributeAccessor | Accessor class for adapting Attribute<bool> indexing |
CGEOGen::ConvexCell | Computes the intersection between a set of halfspaces |
CVBW::ConvexCell | Computes the intersection between a set of halfplanes using Bowyer-Watson algorithm |
CGEO::CoplanarFacets | Detects and retriangulates a set of coplanar facets for MeshSurfaceIntersection |
CGEOGen::ConvexCell::Corner | A Corner corresponds to a vertex seen from a triangle |
►CGEO::Counted | Base class for reference-counted objects |
►CGEO::Factory< FactoryCreator0< Type > > | |
CGEO::Factory0< Type > | Factory for types without constructor arguments |
►CGEO::Factory< FactoryCreator1< Type, Param1 > > | |
CGEO::Factory1< Type, Param1 > | Factory for types with one constructor argument |
COGF::BasicFactory< T > | |
COGF::BasicFactoryWithArg< T, ARG > | |
►CGEO::AttributeStoreCreator | Internal class for creating an AttributeStore from the type name of its elements |
CGEO::TypedAttributeStoreCreator< T > | Implementation of AttributeStoreCreator for a specific type |
CGEO::CSGMesh | A Mesh with reference counting and bounding box |
CGEO::Colormap | A Colormap |
CGEO::Command | Manages the GUI of a command with ImGUI |
►CGEO::CommandInvoker | Abstract class for calling functions or calling member functions |
CGEO::FunctionCommandInvoker< FPTR > | An implementation of CommandInvoker that calls a function |
CGEO::MemberFunctionCommandInvoker< T, TFPTR > | An implementation of CommandInvoker that calls a member function of an object |
►CGEO::Delaunay | Abstract interface for Delaunay triangulation in Nd |
►CGEO::Delaunay2d | Implementation of Delaunay in 2d |
CGEO::RegularWeightedDelaunay2d | Regular Delaunay triangulation of weighted points |
►CGEO::Delaunay3d | Implementation of Delaunay in 3d |
CGEO::RegularWeightedDelaunay3d | Regular Delaunay triangulation of weighted points |
CGEO::Delaunay_NearestNeighbors | Delaunay interface for NearestNeighbors search |
CGEO::PeriodicDelaunay3d | Multithreaded implementation of Delaunay in 3d with optional periodic boundary conditions |
►CGEO::Environment | Application environment |
CGEO::ImageLibrary | Manages the ImageSerializer repository and the named images |
CGEO::SystemEnvironment | System environment |
COGF::FileManager | FileManager retreives the files used by Graphite (icons, plugins) |
COGF::ModuleManager | Manages dynamically loadable modules |
COGF::SceneGraphLibrary | Provides functions to dynamically declare new Grob classes, commands, shaders and tools |
CGEO::Factory< FactoryCreator > | Factory of typed objects |
►CGEO::FileSystem::Node | A Node in a FileSystem |
CGEO::FileSystem::MemoryNode | Implementation of a file system stored in memory |
►CGEO::FullScreenEffectImpl | Implementation of full screen effects |
CGEO::AmbientOcclusionImpl | Implementation of AmbientOcclusion full screen effect |
CGEO::UnsharpMaskingImpl | Implementation of UnsharpMasking full screen effect |
CGEO::Image | An image |
►CGEO::ImageSerializer | Loads and saves images |
►CGEO::ImageSerializerSTB | Loads and saves images |
CGEO::ImageSerializerSTBRead | An image serializer that can read images |
CGEO::ImageSerializerSTBReadWrite | An image serializer that can read and write images |
CGEO::ImageSerializer_pgm | |
CGEO::ImageSerializer_xpm | |
CGEO::IntegrationSimplex | Computes an objective function and its gradient over a restricted Voronoi diagram |
CGEO::MeshIOHandler | Mesh loader and saver |
►CGEO::NearestNeighborSearch | Abstract interface for nearest neighbor search algorithms |
►CGEO::KdTree | Base class for all Kd-tree implementations |
CGEO::AdaptiveKdTree | Implements NearestNeighborSearch using an Adaptive Kd-tree |
CGEO::BalancedKdTree | Implements NearestNeighborSearch using a balanced Kd-tree |
CGEO::Optimizer | Optimizer minimizes a multivariate function |
►CGEO::ProgressClient | Task progress listener |
CGEO::StatusBar | StatusBar displays the progress bar |
COGF::ApplicationBase::ApplicationBaseProgressClient | A ProgressClient that redirects all messages to an ApplicationBase |
CGEO::RestrictedVoronoiDiagram | Computes a Restricted Voronoi Diagram (RVD) |
CGEO::Thread | Platform-independent base class for running threads |
►CGEO::ThreadManager | Platform-independent base class for running concurrent threads |
CGEO::MonoThreadingThreadManager | Single thread ThreadManager |
►COGF::BasicFactory< BASE > | |
COGF::GenericBasicFactory< BASE, T > | |
►COGF::BasicFactoryWithArg< BASE, ARG > | |
COGF::GenericBasicFactoryWithArg< BASE, T, ARG > | |
►COGF::Factory | Creates instances of a specific class |
►COGF::FactoryMetaClass | A Factory that uses a MetaClass |
COGF::DynamicFactoryMetaClass | |
►COGF::LifeCycle | Manages the life cycle of an object |
COGF::GenericLifeCycle< T > | Concrete implementation of LifeCycle |
COGF::Module | Represents information associated with a module (i.e. a plugin) |
►COGF::Object | Base class for all objects in the GOM system |
►COGF::ApplicationBase | Base class for Application |
COGF::Application | Implementation of Skin application using ImGui |
COGF::ArcBall | Enables to interactively define a rotation |
►COGF::Callable | A Callable object |
►COGF::Connection | |
COGF::CallableConnection | A Connection between a signal and an abstract Callable object |
COGF::SlotConnection | A Connection between a signal and a slot |
COGF::LuaCallable | GOM wrapper around a LUA function |
COGF::Request | A pointer to an object and to a meta-method of that object (a very limited notion of "closure") |
COGF::Camera | Application attributes and methods related with camera management |
COGF::CheckerSphere | Draws a sphere with a colored checkerboard |
COGF::DynamicObject | An object with a class that can be created in Lua |
►COGF::FullScreenEffect | A Full screen effect |
COGF::AmbientOcclusion | GOM wrapper around AmbientOcclusionImpl |
COGF::PlainFullScreenEffect | The default dummy implementation of FullScreenEffect, that does nothing |
COGF::UnsharpMasking | A GOM wrapper around UnsharpMaskingImpl |
►COGF::Interface | Represents additional functions that can be attached to an object |
►COGF::Commands | Represents a set of commands |
►COGF::LuaGrobCommands | Base class for Commands related with a LuaGrob object |
COGF::LuaGrobProgramCommands | Commands to load and save the LUA program in a LuaGrob |
COGF::LuaGrobShaderCommands | Commands to load and save the LUA shader program in a LuaGrob |
►COGF::MeshGrobCommands | Base class for Commands related with a MeshGrob object |
COGF::MeshGrobAttributesCommands | Commands that manipulate mesh attributes |
COGF::MeshGrobFiltersCommands | Commands that manipulate mesh attributes |
COGF::MeshGrobMeshCommands | Commands that manipulate the mesh in a MeshGrob |
COGF::MeshGrobPointsCommands | Commands that manipulate point sets |
COGF::MeshGrobSelectionsCommands | Commands that manipulate mesh selections |
COGF::MeshGrobShapesCommands | Commands that create simple shapes |
COGF::MeshGrobSpectralCommands | Commands that create simple shapes |
COGF::MeshGrobSurfaceCommands | Commands that manipulate surface meshes |
COGF::MeshGrobVisibilityCommands | Commands that compute elements visibility |
COGF::MeshGrobVolumeCommands | Commands that manipulate volume meshes |
►COGF::SceneGraphCommands | Base class for Commands that act on the whole SceneGraph |
COGF::SceneGraphDevelCommands | Commands to create new plugins, Grob class names, Tool, Commands and Shader |
COGF::SceneGraphSceneCommands | Some commands that act on the whole SceneGraph |
►COGF::VoxelGrobCommands | Base class for Commands related with a VoxelGrob object |
COGF::VoxelGrobAttributesCommands | Commands that manipulate voxel attributes |
COGF::MeshGrobEditor | A wrapper to script low-level editing operations on a MeshGrob |
COGF::VoxelGrobEditor | A wrapper to script low-level editing operations on a VoxelGrob |
►COGF::Interpreter | Abstract base class for the GOM interpreter |
COGF::LuaInterpreter | The main class that interfaces the Python interpreter with Graphite |
►COGF::MetaInformation | Base class for everything that resides in the Meta repository |
►COGF::MetaMember | The base class for class members in the Meta repository |
►COGF::MetaMethod | The representation of a method in the Meta repository |
COGF::MetaConstructor | The representation of a constructor in the Meta repository |
COGF::MetaMethodGetProperty | A MetaMethod that corresponds to the getter of a property |
COGF::MetaMethodSetProperty | A MetaMethod that corresponds to the setter of a property |
COGF::MetaSignal | The representation of a signal in the Meta repository |
►COGF::MetaSlot | The representation of a slot in the Meta repository |
COGF::DynamicMetaSlot | A slot in a dynamically-created class |
COGF::MetaProperty | The representation of a property in the Meta repository |
►COGF::MetaType | The representation of a type in the Meta repository |
COGF::MetaBuiltinType | MetaType for builting types |
►COGF::MetaClass | The representation of a class in the Meta repository |
COGF::DynamicMetaClass | A MetaClass that can be created in Lua |
COGF::MetaEnum | MetaType for enums |
COGF::NL::Blas | Wrapper class for BLAS operations on vectors (Basic Linear Algebra) |
COGF::NL::Library | Scripting interface to the OpenNL library |
COGF::NL::Matrix | |
COGF::NL::Vector | A scriptable Vector objects |
►COGF::Node | A composite object in the GOM system |
►COGF::Grob | Base class for all 3D Graphite objects |
►COGF::CompositeGrob | A Composite Graphite Object |
COGF::SceneGraph | Represents the list of objects loaded in Graphite |
COGF::LuaGrob | A Grob class for luagrob grids |
COGF::MeshGrob | A Grob wrapper around Geogram's Mesh class |
COGF::VoxelGrob | A Grob class for voxel grids |
COGF::SceneGraphToolsManager | Manages the tools for the entire SceneGraph |
►COGF::Shader | Base class for Grob shader |
►COGF::LuaGrobShader | Base class for drawing and picking LuaGrob |
COGF::PlainLuaGrobShader | The default implementation of LuaGrobShader |
►COGF::MeshGrobShader | Base class for drawing and picking MeshGrob |
COGF::PDBMeshGrobShader | |
COGF::ParamMeshGrobShader | A MeshGrobShader to display parameter space |
►COGF::PlainMeshGrobShader | The default implementation of MeshGrobShader |
COGF::ExplodedViewMeshGrobShader | Exploded view, moves regions apart |
►COGF::VoxelGrobShader | Base class for drawing and picking VoxelGrob |
COGF::PlainVoxelGrobShader | The default implementation of VoxelGrobShader |
►COGF::Tool | Base class for the tools |
COGF::GrobLight | The camera panning tool |
COGF::GrobPan | The camera panning tool |
COGF::GrobSelect | The object selection tool |
►COGF::MeshGrobTool | Base class for tools that operate on MeshGrob |
COGF::MeshGrobConnectEdges | A Tool that connects two picked mesh facet edges on the border |
COGF::MeshGrobCreateCenterVertex | A tool that creates a vertex in the center of a facet |
COGF::MeshGrobCreateEdge | A tool that creates an edge between two vertices |
COGF::MeshGrobFillHole | A tool that fills a hole by creating a new facet |
COGF::MeshGrobFlipComponent | A tool that flips the normals of a connected component |
COGF::MeshGrobGlueEdges | A Tool that glues edges on the border |
COGF::MeshGrobJoinFacets | A tool that joins two adjacent facet to form a single one |
►COGF::MeshGrobPaintTool | |
COGF::MeshGrobPaintConnected | Paint attributes in connected components |
►COGF::MeshGrobPaintRect | A rect selection tool that paints attribute values in a mesh |
COGF::MeshGrobPaint | A tool that paints attribute values in a mesh |
COGF::MeshGrobPaintFreeform | Paint attributes using free-form selection |
COGF::MeshGrobProbe | A tool that probes attribute values in a mesh |
COGF::MeshGrobRemoveCenterVertex | A tool that removes a vertex and merges all incident facets |
COGF::MeshGrobRemoveComponent | A tool that removes a connected component of a mesh |
COGF::MeshGrobRemoveFacet | A tool that removes a facet |
COGF::MeshGrobRemoveIncidentFacets | A tool that removes all facets incident to a vertex |
COGF::MeshGrobRuler | A tool that measures distances |
COGF::MeshGrobSelectVertex | A tool that selects a vertex |
COGF::MeshGrobSplitFacet | A tool that splits a facet by creating a new edge between two picked vertices |
►COGF::MeshGrobTransformSubset | Base class of tools that apply 3d transform to a subset of a MeshGrob and that are attached to a MultiTool (or a MeshGrobTransformTool) |
COGF::MeshGrobMoveSubset | Applies a mouse-controlled translation to a subset |
COGF::MeshGrobResizeSubset | Applies a mouse-controlled scaling to a subset |
COGF::MeshGrobRotateSubset | Applies a mouse-controlled rotation to a subset |
COGF::MeshGrobScrollResizeSubset | Applies a mouse-controlled scaling to a subset |
COGF::MeshGrobUnglueEdges | A Tool that unglues two edges, thus forming a new border |
COGF::MeshGrobUnselectVertex | A tool that unselects a vertex |
COGF::MeshGrobZipEdges | A Tool that zips two edges on the border, starting from their common vertex |
►COGF::MultiTool | A Tool that can associate a different tool to each button of the mouse |
COGF::MeshGrobConnectDisconnectEdges | A Tool that zips/unzips edges depending on the pushed mouse button |
COGF::MeshGrobEditCenterVertex | A tool that creates/removes a vertex in a facet depending on the pushed mouse button |
COGF::MeshGrobEditFacetEdge | A tool that splits/merges facets depending on the pushed mouse button |
COGF::MeshGrobEditHole | A tool that create or removes a facet, depending on the pushed mouse button |
COGF::MeshGrobGlueUnglueEdges | A Tool that glues/unglues edges depending on the pushed mouse button |
COGF::MeshGrobKeepOrRemoveComponent | A tool that removes a connected component of a mesh or its complement depending on the pushed mouse button |
COGF::MeshGrobSelectUnselectVertex | A tool that selects/unselects a vertex depending on the pushed mouse button |
►COGF::MeshGrobTransformTool | A MultiTool that applies a mouse-controlled transform to a subset |
COGF::MeshGrobCopyComponent | A tool that copies and drags a connected component of a mesh |
COGF::MeshGrobTransformComponent | A tool that translates/scales/rotates a mesh connected component depending on the pushed mouse button |
COGF::MeshGrobTransformFacet | A tool that translates/scales/rotates a facet depending on the pushed mouse button |
COGF::MeshGrobZipUnzipEdges | A Tool that zips/unzips edges depending on the pushed mouse button |
COGF::ToolsManager | Manages the Tool objects associated with a given Grob class |
COGF::RayPicker | Converts a 2D picking in a rendering window into a ray picking event |
COGF::RenderArea | Implementation of RenderArea using ImGui |
COGF::SceneGraphShaderManager | Manages the shaders and full screen effects for the entire SceneGraph |
►COGF::Scope | A naming scope in an Interpreter |
COGF::CompositeGrobScope | An Interpreter Scope that corresponds to the objects in a CompositeGrob |
COGF::GlobalScope | The Scope that contains all global variables of an Interpreter |
COGF::InterfaceScope | The Scope that contains all interfaces of an object |
COGF::MetaTypesScope | A Scope that contains MetaTypes |
COGF::ShaderManager | Manages the Shader objects associated with a Grob |
COGF::TextEditor | A TextEditor for writing LUA functions |
COGF::Transform3d | Controls a 3d transform by different means |
COGF::Translation | Enables to interactively define a 2d translation |
►COGF::RenderingContext | Helper class for OpenGL context management |
COGF::SkinImGUIRenderingContext | A class derived from RenderingContext that interfaces the Application class with Graphite |
►COGF::Serializer | Abstract base class for reading and writing values from/to streams |
COGF::BoolSerializer | Implementation of Serializer for bool |
COGF::EnumSerializer | Implementation of Serializer for enums |
COGF::GenericSerializer< T > | Generic implementation of Serializer |
COGF::GenericSerializer< ArgList > | A specialization of GenericSerializer for ArgList |
COGF::PointerSerializer | Implementation of Serializer for pointers |
COGF::StringSerializer | Implementation of Serializer for std::string |
COGF::Texture | An OpenGL texture |
CGEO::CSGBuilder | Implements CSG objects and instructions |
CGEO::CSGCompiler | Creates meshes from OpenSCAD .csg files |
►COGF::CustomAttributes | Stores a set of custom attributes, i.e. name-value pairs attached to the objects |
COGF::MetaArg | The representation of the arguments in the Meta repository |
COGF::MetaInformation | Base class for everything that resides in the Meta repository |
CGEO::DebugStream | Easy to use functions to save geometry to a Alias Wavefront .obj file for debugging |
CGEO::CDTBase2d::DList | Doubly connected triangle list |
CGEO::MeshInTriangle::Edge | An edge of the mesh |
COGF::EdgeStyle | Drawing style for mesh edges |
COGF::TextUtils::Environment | Manages a set of name-value or name-values pairs, used to manipulate text files |
►Cstd::exception | STL class |
CGEO::GLSL::GLSLCompileError | Exception thrown when a GLSL shader fails to compiled |
CGEO::TaskCanceled | Exception thrown when a task is canceled |
►Cstd::logic_error | STL class |
CGEO::Delaunay::InvalidDimension | Invalid dimension exception |
CGEO::Delaunay::InvalidInput | Invalid input exception |
CGEO::GeoFileException | GeoFile exception |
CGEO::String::ConversionError | Conversion exception |
CGEO::expansion | Represents numbers in arbitrary precision with a low-level API |
CGEO::expansion_nt | Expansion_nt (expansion Number Type) is used to compute the sign of polynoms exactly |
CGEOGen::FacetSeed | A (facet,seed) pair |
CGEOGen::FacetSeedMarking | Stores associations between (facet,seed) pairs and the index of a connected component |
CGEO::FactoryCreator0< Type > | Factory creator without constructor arguments |
CGEO::FactoryCreator1< Type, Param1 > | Factory creator with one argument |
COGF::File< T > | Just a placeholder template to create new Name<> types for file names |
CGEO::MeshGfx::Filter | Filters primitives based on their id and on an attribute |
COGF::Filter | A class to select subsets in an array |
CGEO::FrameBufferObject | An OpenGL frame buffer object |
CGEO::FrameField | Represents a 3D frame field, i.e. a function that associates a 3d orthonormal basis to each point in 3D space |
CGEO::geo_declare_image_serializer< T > | Declares an image serializer for a given extension |
CGEO::geo_register_attribute_type< T > | Helper class to register new attribute types |
►CGEO::GeoFile | Base class for reading or writing Geogram structured binary files |
►CGEO::InputGeoFile | Used to read a structured binary file |
COGF::InputGraphiteFile | An extension of InputGeoFile for storing a complete Graphite scenegraph in a structured binary file |
►CGEO::OutputGeoFile | Used to write a structured binary file |
COGF::OutputGraphiteFile | An extension of InputGeoFile for storing a complete Graphite scenegraph in a structured binary file |
COGF::GomCodeGenerator | Generates C++ code to create the GOM meta information |
COGF::GOMLua::GraphiteRef | Representation of a pointer to a Graphite object in the LUA interpreter |
CGEO::MeshHalfedges::Halfedge | Stores a reference to a mesh corner and facet, and provides a halfedge-like API |
CGEOGen::RestrictedVoronoiDiagram< DIM >::HalfedgeAction< ACTION > | Adapter class used internally to implement for_each_halfedge() |
CGEO::MeshSurfaceIntersection::Halfedges | Halfedfge-like API wrappers on top of a triangulated mesh |
COGF::IconRepository | Keeps the correspondence between names and cached icons |
CGEO::ImageRasterizer | Draws triangles in an image |
CGLUP::ImmediateBuffer | A buffer used by GLUP in immediate mode |
CGLUP::ImmediateState | Stores all the buffers used to implement the immediate-mode interface |
CGEO::PeriodicDelaunay3d::IncidentTetrahedra | Gathers some structures used by some algorithms, makes multithreading more efficient by avoiding dynamic reallocations |
CGEO::index_as_iterator | Wraps an integer to be used with the range-based for construct |
CGEO::index_ptr_in_array | Encapsulates a pointer to an element in an index_t array |
CGEO::index_ptr_range | |
CGEO::index_range | A generic index_range bounded by two "non-iterators" |
CGEO::InstanceRepo | Repository of unique instances |
CGEO::MeshFacetsAABB::Intersection | Stores all the information related with a ray-facet intersection |
►CGEO::intervalBase | Base class for interval arithmetics |
CGEO::intervalRN | Number type for interval arithmetics |
CGEO::intervalRU | Interval arithmetics in round to upper (RU) mode |
CGEO::IsectInfo | Stores information about a triangle-triangle intersection |
CGEO::BinaryStream::ItemSize< N > | Size selector |
CGEO::NearestNeighborSearch::KeepInitialValues | A structure to discriminate between the two versions of get_nearest_neighbors() |
CGEO::LineInput | Reads an ASCII file line per line |
CGEO::LocalFeatureSize | Computes an approximation of lfs (local feature size) |
►CGEO::LoggerClient | |
►CGEO::Console | A console, that displays logger messages, and where the user can enter commands |
COGF::Console | A console for Graphite |
COGF::ApplicationBase::ApplicationBaseLoggerClient | A LoggerClient that redirects all messages to an ApplicationBase |
CGEO::lua_to< T > | Converts LUA variables to C++ variables |
CGEO::lua_to< bool > | Lua_to specialization for bool |
CGEO::lua_to< const char * > | Lua_to specialization for raw string (const char*) |
CGEO::lua_to< const std::string & > | Lua_to specialization for reference to std::string |
CGEO::lua_to< double > | Lua_to specialization for double |
CGEO::lua_to< float > | Lua_to specialization for float |
CGEO::lua_to< int > | Lua_to specialization for int |
CGEO::lua_to< Numeric::int64 > | Lua_to specialization for Numeric::int64 |
CGEO::lua_to< Numeric::uint32 > | Lua_to specialization for Numeric::uint32 |
CGEO::lua_to< Numeric::uint64 > | Lua_to specialization for Numeric::uint64 |
CGEO::lua_to< std::string > | Lua_to specialization for std::string |
CGEO::lua_wrapper< FPTR > | Manages wrappers around C++ functions to be called from LUA |
COGF::LuaFile | Just a place-holder to define a type for LUA file names |
CGLUP::MarchingCell | Implements the MarchingCells algorithm |
CGEO::Matrix< DIM, FT > | A matrix type |
CGLUP::MatrixStack::Matrix | |
CGEO::Matrix< 4, Numeric::float64 > | |
CGLUP::MatrixStack | A Matrix stack |
►CGEO::Mesh | Represents a mesh |
CGEO::CSGMesh | A Mesh with reference counting and bounding box |
COGF::MeshGrob | A Grob wrapper around Geogram's Mesh class |
►CGEO::MeshElements | Base class for mesh elements |
CGEO::MeshCells | The cells of a mesh |
CGEO::MeshEdges | The edges of a mesh |
CGEO::MeshFacets | The facets of a mesh |
CGEO::MeshVertices | The vertices of a mesh |
CGEO::MeshGfx | Draws a mesh using OpenGL |
CGEO::MeshHalfedges | Exposes a half-edge like API for traversing a Mesh |
CGEO::MeshIOFlags | Mesh load/save flags |
CGEO::MeshSplitCallbacks | A set of callbacks that specify how vertices attributes should be interpolated by subdivision functions |
►CGEO::MeshSubElementsStore | Base class for mesh sub-element storage |
CGEO::MeshCellCornersStore | Stores the cell corners of a mesh (low-level store) |
CGEO::MeshCellFacetsStore | Stores the cell facets of a mesh (low-level store) |
►CGEO::MeshCellsStore | Stores the cells of a mesh (low-level store) |
CGEO::MeshCells | The cells of a mesh |
CGEO::MeshEdges | The edges of a mesh |
CGEO::MeshFacetCornersStore | Stores the facet corners of a mesh (low-level store) |
►CGEO::MeshFacetsStore | Stores the facets of a mesh (low-level store) |
CGEO::MeshFacets | The facets of a mesh |
CGEO::MeshVertices | The vertices of a mesh |
CGEO::MeshSurfaceIntersection | Computes surface intersections |
CGEO::MeshTetrahedralizeParameters | Parameters for mesh_tetrahedralize() |
COGF::Meta | Stores all the meta information of the system, used by the reflection API |
COGF::ModuleMaker | Generates plugins using skeletons in lib/devel/ |
CGEO::MorphoMath | Implements morphological operators for images |
►COGF::NameBase | Base class for all Names in Graphite (GrobName ...) |
COGF::Name< Colormap * > | |
COGF::Name< File< Image * > > | |
COGF::Name< FullScreenEffect * > | |
COGF::Name< T, create > | A template class for strings that need to have a specific type in the GOM system |
CGEO::KdTree::NearestNeighbors | The context for traversing a KdTree |
CNLBlas | |
CNLBufferBinding | Stores the information relevant to access variables stored in buffers |
CNLCoeff | Represents a coefficient in a sparse matrix |
CNLContextStruct | |
CNLCRSMatrix | A compact self-contained storage for sparse matrices |
CNLMatrixStruct | The base class for abstract matrices |
CNLRowColumn | Represents a row or a column of a sparse matrix |
CNLSparseMatrix | |
►Cstd::numeric_limits | |
►CGEO::Numeric::LimitsHelper< T, std::numeric_limits< T >::is_specialized > | |
CGEO::Numeric::Limits< T > | Extends std::numeric_limits with additional information |
CGEO::Numeric::LimitsHelper< T, is_numeric > | Limits helper class that extends std::numeric_limits |
CGEO::Numeric::LimitsHelper< T, true > | Specialization of LimitsHelper for numeric types |
COGF::ogf_declare_abstract_class< T > | A class to declare an abstract class type |
COGF::ogf_declare_builtin_type< T > | A class to declare a new builtin type |
COGF::ogf_declare_builtin_type< bool > | Ogf_declare_builtin_type specialization for bool |
COGF::ogf_declare_builtin_type< std::string > | Ogf_declare_builtin_type specialization for std::string |
COGF::ogf_declare_builtin_type< void > | Ogf_declare_builtin_type specialization for void |
COGF::ogf_declare_class< T > | A class to declare a class type |
COGF::ogf_declare_enum< T > | A class to declare a new enum type |
COGF::ogf_declare_pointer_type< T > | Version of ogf_declare_builtin_type specialization for pointers |
COGF::ogf_meta< T > | Provides easy access to meta information from C++ types |
COGF::ogf_register_abstract_grob_type< T > | Helper class to register a new abstract Grob class |
COGF::ogf_register_full_screen_effect< T > | Helper class to register a new FullScreenEffect |
COGF::ogf_register_grob_commands< T1, T2 > | Helper class to register a new Commands associated with a Grob |
COGF::ogf_register_grob_interface< T1, T2 > | Helper class to register a new Commands associated with a Grob |
COGF::ogf_register_grob_read_file_extension< T > | Helper class to register a new file extension for reading |
COGF::ogf_register_grob_shader< T1, T2 > | Helper class to register a new Shader associated with a Grob |
COGF::ogf_register_grob_tool< T1, T2 > | Helper class to register a new Tool associated with a Grob |
COGF::ogf_register_grob_type< T > | Helper class to register a new Grob class |
COGF::ogf_register_grob_write_file_extension< T > | Helper class to register a new file extension for writing |
COGF::Overlay | A display list that memorizes simple graphic primitives to be displayed over the 3D rendering window |
CGEO::PackedArrays | Efficient storage for array of arrays |
CGEO::ParamValidator | Tests whether texture coordinates attached to a surface mesh define a valid parameterization |
►CGEO::Periodic | Utilities for managing 3D periodic space |
CGEO::PeriodicDelaunay3d | Multithreaded implementation of Delaunay in 3d with optional periodic boundary conditions |
CGEO::Plane | A 3D Plane |
CGEO::Memory::PointAlignment< DIM > | Defines the memory alignment of points in a vector |
CGEO::Memory::PointAlignment< 2 > | PointAlignment specialization for points of dimension 2 |
CGEO::Memory::PointAlignment< 3 > | PointAlignment specialization for points of dimension 3 |
CGEO::Memory::PointAlignment< 4 > | PointAlignment specialization for points of dimension 4 |
CGEO::Memory::PointAlignment< 6 > | PointAlignment specialization for points of dimension 6 |
CGEO::Memory::PointAlignment< 8 > | PointAlignment specialization for points of dimension 8 |
CGEOGen::PointAllocator | An allocator for points that are created from intersections in GenericVoronoiDiagram |
COGF::PointStyle | Drawing style for points |
CGEOGen::Polygon | Internal representation of polygons for GenericVoronoiDiagram |
CGEOGen::RestrictedVoronoiDiagram< DIM >::PolygonAction< ACTION > | Adapter class used internally to implement for_each_polygon() |
CGEOGen::RestrictedVoronoiDiagram< DIM >::PolyhedronAction< ACTION > | Adapter class used internally to implement for_each_polyhedron() |
CGEO::PCK::PredicateStats | Logs statistics for predicates. The statistics are displayed on exit if the command line flag "sys:statistics" is set. It is used as follows in a predicate: |
CGEOGen::RestrictedVoronoiDiagram< DIM >::PrimalTetrahedronAction< ACTION > | Adapter class used internally to implement for_each_primal_tetrahedron() |
CGEOGen::RestrictedVoronoiDiagram< DIM >::PrimalTriangleAction< ACTION > | Adapter class used internally to implement for_each_primal_triangle() |
CGLUP::PrimitiveInfo | Stores the programs and vertex array object used to display a primitive of a given type |
CGEO::PrincipalAxes3d | |
CGEO::ProgressTask | Tracks the progress of a task |
►CGEO::GLSL::PseudoFileProvider | A class that can register functions to the GLSL pseudo file system |
CGEO::FullScreenEffectImpl | Implementation of full screen effects |
CGLUP::Context | GLUP context stores a Uniform Buffer Object with state variables similar to OpenGL's fixed functionality pipeline, and a set of Vertex Buffer Objects to emulate OpenGL's immediate mode |
CGEO::Quaternion | Quaternions are useful for representing rotations |
CGEO::MeshSurfaceIntersection::RadialBundles | Represents the set of radial halfedge bundles |
CGEO::MeshSurfaceIntersection::RadialPolylines | |
CGEO::MeshSurfaceIntersection::RadialSort | |
CGEO::rationalg< T > | Rationalg (generic rational) is used to compute the sign of rational fractions exactly |
CGEO::Ray | A Ray, in parametric form |
CRay | |
COGF::RayPick | Represents the information related with a picking event |
CGEO::Memory::aligned_allocator< T, ALIGN >::rebind< U > | Defines the same allocator for other types |
CGEO::Factory< FactoryCreator >::RegisterCreator< ConcreteType > | Helper class to register a creator |
CGEOGen::RestrictedVoronoiDiagram< DIM > | Computes the intersection between a surface (Mesh) and a Voronoi diagram (dual of a Delaunay) |
CGEO::intervalRN::Rounding | |
CGEO::intervalRU::Rounding | Sets FPU rounding mode for using this type of interval |
►CGEO::RVDCallback | Baseclass for user functions called for each element (polygon or polyhedron) of a restricted Voronoi diagram traversal |
CGEO::RVDPolygonCallback | Baseclass for user functions called for each polygon of a surfacic restricted Voronoi diagram |
►CGEO::RVDPolyhedronCallback | Baseclass for user functions called for each polyhedron of a volumetric restricted Voronoi diagram |
CGEO::BuildRVDMesh | Constructs a polyhedral mesh from a restricted Voronoi diagram |
CGEO::RVDMeshBuilder | Builds a Mesh using the symbolic information in the vertices computed by a RestrictedVoronoiDiagram |
CGEO::RVDVertexMap | RVDVertexMap maps symbolic vertices to unique ids |
CGEOGen::small_set< T, DIM > | Small_set is similar to std::set, but with fixed maximum size (and no dynamic memory allocation) |
►CGEOGen::small_set< GEO::signed_index_t, 3 > | |
CGEOGen::SymbolicVertex | A set of three integers that encodes the equation of a vertex in GenericVoronoiDiagram |
CGEO::SmartPointer< T > | A smart pointer with reference-counted copy semantics |
CGEO::SmartPointer< AmbientOcclusionImpl > | |
CGEO::SmartPointer< ArcBall > | |
CGEO::SmartPointer< BasicFactory< T > > | |
CGEO::SmartPointer< BasicFactoryWithArg< T, ARG > > | |
CGEO::SmartPointer< Blas > | |
CGEO::SmartPointer< Callable > | |
CGEO::SmartPointer< Camera > | |
CGEO::SmartPointer< Colormap > | |
CGEO::SmartPointer< CommandInvoker > | |
CGEO::SmartPointer< Console > | |
CGEO::SmartPointer< Factory > | |
CGEO::SmartPointer< FullScreenEffectImpl > | |
CGEO::SmartPointer< GEO::Command > | |
CGEO::SmartPointer< GEO::FileSystem::MemoryNode > | |
CGEO::SmartPointer< IntegrationSimplex > | |
CGEO::SmartPointer< LifeCycle > | |
CGEO::SmartPointer< MetaMethod > | |
CGEO::SmartPointer< Object > | |
CGEO::SmartPointer< OGF::Interpreter > | |
CGEO::SmartPointer< OGF::Node > | |
CGEO::SmartPointer< ProgressClient > | |
CGEO::SmartPointer< RenderArea > | |
CGEO::SmartPointer< RenderingContext > | |
CGEO::SmartPointer< RestrictedVoronoiDiagram > | |
CGEO::SmartPointer< Scope > | |
CGEO::SmartPointer< Serializer > | |
CGEO::SmartPointer< StatusBar > | |
CGEO::SmartPointer< Texture > | |
CGEO::SmartPointer< Tool > | |
CGEO::SmartPointer< UnsharpMaskingImpl > | |
CGEO::GLSL::Source | A GLSL source |
►CGLUP::StateVariableBase | Base class for representing GLUP state variables |
CGLUP::StateVariable< GLboolean > | |
CGLUP::StateVariable< GLfloat > | |
CGLUP::StateVariable< GLint > | |
►CGLUP::FloatsArrayStateVariable | A GLUP state variable that contains an array of floating points. This concerns both vectors and matrices |
CGLUP::VectorStateVariable | A GLUP state variable that contains a vector |
CGLUP::StateVariable< T > | A GLUP state variable of a given type |
CGEO::Stopwatch | Scope restricted stopwatch |
CGEO::StructuringElement | A structuring element, that is the definition of neighborhood used by a morphological operation |
COGF::SurfaceStyle | Drawing style for polygons |
CGEOGen::RestrictedVoronoiDiagram< DIM >::TetrahedronAction< ACTION > | Adapter class used internally to implement for_each_tetrahedron() |
CGEO::TextEditor | A minimalistic text editor |
CGEO::CSGCompiler::Token | |
CGEOGen::ConvexCell::Triangle | Represents a vertex of this ConvexCell in dual form |
►CVBW::Triangle | A triangle with the local indices of its three vertices |
CVBW::TriangleWithFlags | A triangle with flags |
CGEOGen::RestrictedVoronoiDiagram< DIM >::TriangleAction< ACTION > | Adapter class used internally to implement for_each_triangle() |
CGLUP::UniformState | The set of state variables that represent GLUP uniform state |
CUniformState | |
CGEO::CSGCompiler::Value | A parsed value in a .csg file |
CGEO::VariableObserver | Observes Environment variables |
CGEO::VariableObserverList | List of VariableObservers |
CGEO::vec2Hg< T > | 2d vector with homogeneous coordinates |
CGEO::vec2HgLexicoCompare< T > | Comparator class for vec2Hg \detail Used to create maps indexed by vec2Hg or SOS symbolic perturbation |
CGEO::vec3Hg< T > | 3d vector with homogeneous coordinates |
CGEO::vec3HgLexicoCompare< T > | Comparator class for vec3Hg \detail Used to create maps indexed by vec3Hg or SOS symbolic perturbation |
►CGEO::vecng< DIM, T > | Generic maths vector |
CGEO::GenColor< Numeric::float64 > | |
CGEO::vecng< 2, Numeric::float64 > | |
CGEO::vecng< 2, T > | Specialization of class vecng for DIM == 2 |
CGEO::vecng< 3, interval_nt > | |
CGEO::vecng< 3, Numeric::float64 > | |
CGEO::vecng< 3, scalar > | |
CGEO::vecng< 3, T > | Specialization of class vecng for DIM == 3 |
CGEO::vecng< 4, Numeric::float32 > | |
CGEO::vecng< 4, Numeric::float64 > | |
►CGEO::vecng< 4, T > | Specialization of class vecn3 for DIM == 4 |
CGEO::GenColor< T > | A generic color type |
►Cstd::vector< T > | STL class |
CGEO::vector< BOX > | |
CGEO::vector< coord_index_t > | |
CGEO::vector< double > | |
CGEO::vector< index_t > | |
CGEO::vector< GEO::vecng > | |
CGEO::vector< uint8_t > | |
CGEO::vector< Arg > | |
CGEO::vector< GEO::vector< double > > | |
CGEO::vector< signed_index_t > | |
CGEO::vector< GEO::vec2Hg > | |
CGEO::vector< bindex > | |
CGEO::vector< GEO::GeoFile::AttributeInfo > | |
CGEO::vector< Numeric::uint8 > | |
CGEO::vector< GEO::MeshInTriangle::Vertex > | |
CGEO::vector< GEO::MeshInTriangle::Edge > | |
CGEO::vector< std::pair< index_t, Sign > > | |
CGEO::vector< Numeric::uint32 > | |
CGEO::vector< GEO::SimpleApplication::ColormapInfo > | |
CGEO::vector< int > | |
CGEO::vector< GEOGen::ConvexCell::Triangle > | |
CGEO::vector< GEOGen::ConvexCell::Vertex > | |
CGEO::vector< GEOGen::Vertex > | |
CGEO::vector< GLUP::PrimitiveInfo > | |
CGEO::vector< GLUP::StateVariable< GLboolean > > | |
CGEO::vector< GLUP::VectorStateVariable > | |
CGEO::vector< OGF::Any > | |
CGEO::vector< std::pair< double, double > > | |
CGEO::vector< Primitive > | |
CGEO::vector< VBW::TriangleWithFlags > | |
CGEO::vector< VBW::Triangle > | |
CGEO::vector< vec4 > | |
CGEO::vector< vec3 > | |
CGEO::vector< ushort > | |
CGEO::vector< uchar > | |
CGEO::vector< global_index_t > | |
CGEO::vector< T > | Vector with aligned memory allocation |
CGEO::vector< bool > | Specialization of vector for elements of type bool |
COGF::ConnectionList | A list of connections |
►Cstd::vector< Thread_var > | |
CGEO::TypedThreadGroup< THREAD > | Typed collection of Threads |
CGEOGen::VectorStack< T > | A stack implemented in a GEO::vector |
CGEO::MeshInTriangle::Vertex | A vertex of the triangulation |
CGEOGen::ConvexCell::Vertex | Represents a facet of this ConvexCell in dual form |
CGEOGen::Vertex | Internal representation of vertices in GenericVoronoiDiagram |
CGEOGen::RestrictedVoronoiDiagram< DIM >::VolumetricIntegrationSimplexAction< ACTION > | Adapter class used internally to implement for_each_volumetric_integration_simplex() |
CVSUniformState | |
Cscalar | |