CAngleIterator | |
CArray< T > | Base class for array containers |
CArray< AtomHybridization > | |
CArray< Avogadro::Core::Array< Vector3 > > | |
CArray< Avogadro::Core::Color3f > | |
CArray< Avogadro::Core::LayerData * > | |
CArray< Avogadro::Core::Residue > | |
CArray< Avogadro::Rendering::DashedLineGeometry::PackedVertex > | |
CArray< Avogadro::Rendering::LineStripGeometry::PackedVertex > | |
CArray< Avogadro::Rendering::MeshGeometry::PackedVertex > | |
CArray< Avogadro::Rendering::SphereColor > | |
CArray< double > | |
CArray< float > | |
CArray< Index > | |
CArray< OutputType > | |
CArray< signed char > | |
CArray< size_t > | |
CArray< std::pair< size_t, size_t > > | |
CArray< std::pair< Vector3f, Vector3f > > | |
CArray< std::string > | |
CArray< unsigned char > | |
CArray< unsigned int > | |
CArray< Vector2 > | |
CArray< Vector3 > | |
CArray< Vector3f > | |
CArray< Vector3ub > | |
CArrayRefContainer< T > | |
►CArraySet | Base class for array type containers |
CCoordinateSet< T > | Templated class for array type containers |
CAtomTemplate< Molecule_T > | |
►CAtomTemplate< Molecule > | |
CAtom | |
►CAtomTemplate< RWMolecule > | |
CRWAtom | |
CAtomTyper< OutputType > | The AtomTyper class provides a base interface for generating a list of type identifiers describing the atoms in a molecule |
►CAtomTyper< std::string > | |
CNameAtomTyper | Simple implementation of AtomTyper that assigns element names to each atom |
CSymbolAtomTyper | Simple implementation of AtomTyper that assigns element symbols to each atom |
CAtomUtilities | |
CAvoSpglib | Interface between Avogadro and Spglib |
►CBasisSet | BasisSet contains basis set data |
CGaussianSet | A container for Gaussian type outputs from QM codes |
CSlaterSet | SlaterSet Class |
CBondTemplate< Molecule_T > | |
►CBondTemplate< Molecule > | |
CBond | |
►CBondTemplate< RWMolecule > | |
CRWBond | |
CBufferObject | Buffer object to store geometry/attribute data on the GPU |
CCamera | Utility functionality useful in camera's used with 3D scenes |
CCaseInsensitiveComparator | Class to handle case-insensitive comparisons of file extensions. Adapted from https://stackoverflow.com/a/3009806/131896 |
CChargeManager | Class to manage registration, searching and creation of partial charge models |
►CChargeModel | General API for charge / electrostatics models |
CDefaultModel | Default charge model for file-provided atomic charges |
CColor3f | Representation of an RGB color using three floats |
CColorNormalVertex | Pack the vertex data into a contiguous array |
CColorTextureVertex | Pack the vertex data into a contiguous array |
CCoordinateBlockGenerator | Creates an aligned, formatted block of atomic coordinates |
CCrystalTools | Collection of static functions that perform common crystallographic operations on a Core::Molecule |
CCube | Provide a data structure for regularly spaced 3D grids |
CCylinderColor | |
CDihedralIterator | |
►CDrawable | The base class for all drawable geometry and types |
CAmbientOcclusionSphereGeometry | One or more spheres |
CArrowGeometry | Used to store sets of line strips |
►CCurveGeometry | |
►CBSplineGeometry | |
CCartoon | |
CBezierGeometry | |
CCylinderGeometry | The CylinderGeometry contains one or more cylinders |
CDashedLineGeometry | Used to store sets of dashed lines |
►CLineStripGeometry | Used to store sets of line strips |
CArcStrip | Convenience class for creating an arc line (e.g., the edge of a circle) |
CQuadOutline | Convenience class for creating a quadrilateral outline as a LineStripGeometry |
►CMeshGeometry | The MeshGeometry is used for triangle mesh geometry |
CArcSector | Convenience class for creating an arc disk (e.g., part of a circle) from a MeshGeometry |
CQuad | Convenience class for creating a quadrilateral mesh |
CSphereGeometry | One or more spheres |
►CTextLabelBase | Generic implementation of a text drawable |
CTextLabel2D | Renders text in an overlay plane, anchored to a point in window coordinates |
CTextLabel3D | Renders billboarded text that is anchored to a point in world coordinates |
CVolumeGeometry | Regularly spaced volumetric data set |
CEigenData | |
CElements | Stores basic data about chemical elements |
CEnergyManager | Class to manage registration, searching and creation of force field (energy) calculators |
►CFileFormat | General API for file formats |
CCjsonFormat | Implementation of the Chemical JSON format |
CCmlFormat | Implementation of the Chemical Markup Language format |
CDcdFormat | Implementation of the generic dcd trajectory format |
CGromacsFormat | Simple GROMACS .gro file reader |
CLammpsDataFormat | |
CLammpsTrajectoryFormat | Implementation of the generic lammps trajectory format |
CMMTFFormat | Implementation of the MMTF format |
CMdlFormat | Implementation of the generic MDL format |
COutcarFormat | |
CPdbFormat | Parser for the PDB format |
CPoscarFormat | Implementation of the generic POSCAR format |
CTrrFormat | Implementation of the generic trr trajectory format |
CTurbomoleFormat | Implementation of the Turbomole coord format |
CXyzFormat | Implementation of the generic xyz format |
CGAMESSUSOutput | |
CGaussianCube | |
CGaussianFchk | |
CGenericOutput | |
CMoldenFile | |
CMopacAux | |
CNWChemJson | Implementation of the NWChem JSON format |
CNWChemLog | |
CORCAOutput | |
CFileFormatManager | Class to manage registration, searching and creation of file formats |
CFrustrum | |
CGamessukOut | |
CGaussianSetTools | Provide tools to calculate molecular orbitals, electron densities and other derived data stored in a GaussianSet result |
CGLRenderer | Render the scene using OpenGL calls |
CGraph | Graph data structure |
CGUKBasisSet | |
ChBondRecord | |
CHdf5DataFormat | Access to data stored in HDF5 files |
CHydrogenTools | |
CIdentifier | |
CPrimitive::Identifier | |
CJobObject | Simple client-side representation for a MoleQueue job |
CLayer | Relation one to one between atoms ID and layer ID, and stores the unique active layer. Layer's ID are consecutively and there can't be a ID bigger than m_maxLayer |
CLayerData | Interface to store layer data structure |
►CLayerManager | |
CPluginLayerManager | Set of common layer dependent operators useful for Layer dependent QtPlugins |
►CRWLayerManager | The RWLayerManager do and undo for layer actions |
CLayerModel | UI for the layer dock |
CLine | |
CCaseInsensitiveComparator::lowerCaseCompare | |
CMesh | Encapsulation of a triangular mesh that makes up a surface |
►CMolecule | Chemical molecule |
CMolecule | A QObject derived molecule object with signals/slots |
CMoleculeInfo | All layer dependent data. Original molecule mol , is layer hidden visible , accepts edits locked , and key-value data like enable , and custom data settings |
CMoleculeSystem | |
CMutex | Simple wrapper for the C++11 mutex class |
CNeighborPerceiver | This class can be used to find physically neighboring points in linear average time |
►CNode | Base class for all items in the scene |
CGeometryNode | Common base of all geometry nodes |
►CGroupNode | Common API for grouping child nodes |
CTransformNode | Applies a transform to all child nodes |
CGroupNode::NodeInfo | |
CDashedLineGeometry::PackedVertex | |
CLineStripGeometry::PackedVertex | |
CMeshGeometry::PackedVertex | |
CPersistentAtom< Molecule_T > | The PersistentAtom object provides a container for a persistent atom reference that can be held onto. The atom() method gets the underlying atom using the unique ID mechanism of the molecule |
CPersistentBond< Molecule_T > | The PersistentBond object provides a container for a persistent bond reference that can be held onto. The bond() method gets the underlying bond using the unique ID mechanism of the molecule |
►CArraySet::PlaceHolder | |
CArraySet::Holder< ValueType > | |
►CPluginFactory | |
CScenePluginFactory | The base class for scene plugin factories in Avogadro |
►CPluginFactory | |
CExtensionPluginFactory | The base class for extension plugin factories in Avogadro |
CPoint | |
►CPrimitive | |
CCylinder | |
CSphere | |
►CProblem | |
►CEnergyCalculator | |
CLennardJones | |
►CQAbstractButton | |
CColorButton | A button to show the current color and bring up the QColorDialog |
►CQAbstractItemModel | |
CMoleQueueQueueListModel | Qt item model representing the tree of available queues and programs in a running MoleQueue process |
CLayerModel | UI for the layer dock |
CMoleculeModel | A model containing molecules |
CScenePluginModel | A model containing scene plugins that will build up the scene |
►CQDialog | |
CInputGeneratorDialog | Thin wrapper around InputGeneratorWidget for standalone use |
CMoleQueueDialog | Thin wrapper around MoleQueueWidget for standalone use |
CCustomElementDialog | Dialog window for mapping custom elements into elemental types |
CChartDialog | |
►CQFileDialog | |
CFileFormatDialog | |
►CQGraphicsItem | |
CElementDetail | |
CElementItem | |
►CQGraphicsScene | |
CPeriodicTableScene | |
►CQGraphicsView | |
CPeriodicTableView | This class implements the view of the periodic table showing all elements |
►CQObject | |
CBatchJob | Manages a collection of jobs that are configured using the same InputGenerator and MoleQueue options. For use with InputGeneratorDialog::configureBatchJob(BatchJob&) |
CClient | Used by clients to submit jobs to a running MoleQueue server |
CInputGenerator | Interface to input generator scripts |
CJsonRpcClient | Used by clients to submit calls to an RPC server using JSON-RPC 2.0 |
CMoleQueueManager | Access to a MoleQueue server |
CBackgroundFileFormat | Thin QObject wrapper around an instance of Io::FileFormat |
CElementTranslator | Internationalization of element names |
CExtensionPlugin | The base class for extension plugin factories in Avogadro |
CInterfaceScript | The Interface class provides an interface to external scripts |
CMolecule | A QObject derived molecule object with signals/slots |
CPythonScript | Implements a interface for calling short-lived python utility scripts |
CRWMolecule | Editable molecule class that automatically populates an undo stack |
CScenePlugin | |
CScriptLoader | Finds and verifies different types of python utility scripts |
CToolPlugin | The base class for plugins that interact with QtOpenGL::GLWidget |
CActiveObjects | Singleton to provide access to active objects |
►CQOpenGLWidget | |
CGLWidget | QOpenGLGLWidget derived object for displaying 3D molecular geometry |
►CQSyntaxHighlighter | |
CGenericHighlighter | Regexp-based programmable syntax highlighter |
►CQThread | |
CMeshGenerator | Class that can generate Mesh objects from Cube objects |
►CQUndoCommand | |
CRWMolecule::UndoCommand | |
►CQVTKOpenGLStereoWidget | |
►CQVTKWidget | |
CvtkGLWidget | |
►CQWidget | |
CMoleQueueWidget | Widget for configuring and submitting a MoleQueue::JobObject |
CContainerWidget | A widget that contains a single view widget, along with standard buttons for splitting, maximizing, closing |
CFileBrowseWidget | |
►CJsonWidget | User interface for running external scripts |
CInputGeneratorWidget | User interface for configuring, saving, editing, and running input files produced by InputGenerator scripts |
CInterfaceWidget | User interface for running external scripts |
CMultiViewWidget | A widget that contains other views, taking on responsibility for defining the active view, the layout of the subviews and ownership of the widgets |
CChartWidget | |
CResidue | Chemical residue, used commonly in the PDB format |
CResidueData | |
CRingPerceiver | |
CGenericHighlighter::Rule | Stores a syntax highlighting rule as a set of QRegExp patterns and a text format |
CScene | The Scene contains data ready to be rendered |
CSecondaryStructureAssigner | |
CShader | Vertex or Fragment shader, combined into a ShaderProgram |
CShaderInfo | |
CShaderProgram | The ShaderProgram uses one or more Shader objects |
CSharedMutex | Simple wrapper for the C++17 shared_mutex class |
CSlaterSetTools | Provide tools to calculate molecular orbitals, electron densities and other derived data stored in a GaussianSet result |
CSolidPipeline | |
CSpaceGroups | The Spacegroups class stores basic data about crystal spacegroups |
CSphereColor | |
CTextProperties | Controls formatting options for text |
►CTextRenderStrategy | Defines an interface for generating text images |
CQtTextRenderStrategy | Uses the Qt toolkit to render text |
CTexture2D | Manages texture resources in graphics libraries |
CToolPluginFactory | The base class for tool plugin factories in Avogadro |
CTypeTraits< T > | |
CTypeTraits< char > | |
CTypeTraits< double > | |
CTypeTraits< float > | |
CTypeTraits< int > | |
CTypeTraits< short > | |
CTypeTraits< unsigned char > | |
CTypeTraits< unsigned int > | |
CTypeTraits< unsigned short > | |
CUnitCell | Representation of a crystal's unit cell |
CVariant | Union of data values |
CVariantMap | Map between string keys and variant values |
CViewFactory | Pure virtual that provides a method of dynamically adding views to the MultiViewWidget class |
►CVisitor | Base class for all Node visitors |
CGLRenderVisitor | Visitor that takes care of rendering the scene |
CGeometryVisitor | Visitor that determines the geometry of the scene |
CPLYVisitor | Visitor that visits scene elements and creates a PLY input file |
CPOVRayVisitor | Visitor that visits scene elements and creates a POV-Ray input file |
CVRMLVisitor | Visitor that visits scene elements and creates a VRML input file |
►CvtkActor | |
CvtkAvogadroActor | Wrap an Avogadro::Rendering::Scene in a vtkActor derived container so that it can be rendered in a standard VTK widget |