RMF
enums.h File Reference

The various enums used in RMF. More...

#include "RMF/config.h"
#include "Enum.h"
#include <string>
#include <iostream>
+ Include dependency graph for enums.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 RMF
 The namespace for all functionality in the library.
 

Node Types

The types nodes can take in an RMF file.

const NodeType RMF::INVALID_NODE_TYPE
 
const NodeType RMF::ROOT
 The root node.
 
const NodeType RMF::REPRESENTATION
 Represent part of a molecule.
 
const NodeType RMF::GEOMETRY
 Store a geometric object.
 
const NodeType RMF::FEATURE
 Store information about some feature of the system. More...
 
const NodeType RMF::ALIAS
 
const NodeType RMF::CUSTOM
 Arbitrary data that is not standardized. More...
 
const NodeType RMF::BOND
 A link between two atoms. More...
 
const NodeType RMF::ORGANIZATIONAL
 A node that is purely there for organizational purposes. More...
 
const NodeType RMF::PROVENANCE
 Represent the process by which a structure was created.
 

Frame Types

The types frames can take in an RMF file.

const FrameType RMF::INVALID_FRAME_TYPE
 
const FrameType RMF::STATIC
 The root frame.
 
const FrameType RMF::FRAME
 A frame in a sequence of frames.
 
const FrameType RMF::MODEL
 An independent model.
 
const FrameType RMF::CENTER
 A cluster center.
 
const FrameType RMF::FRAME_ALIAS
 An alias for another frame.
 
const FrameType RMF::ALTERNATE
 An alternate state for a frame or model.
 

Representation Types

The types that representations used in the decorator::Alternatives decorator can take.

const RepresentationType RMF::PARTICLE
 
const RepresentationType RMF::GAUSSIAN_PARTICLE
 

Detailed Description

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file enums.h.