IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP.pmi.topology.System Class Reference

This class initializes the root node of the global IMP.atom.Hierarchy. More...

Inherits _SystemBase.

Detailed Description

This class initializes the root node of the global IMP.atom.Hierarchy.

Note
This class is only available in Python.

Definition at line 104 of file pmi/topology/__init__.py.

Public Member Functions

def build
 call build on all states More...
 
def create_state
 returns a new IMP.pmi.representation_new.State(), increment the state index More...
 
def get_number_of_states
 returns the total number of states generated More...
 

Member Function Documentation

def IMP.pmi.topology.System.build (   self,
  kwargs 
)

call build on all states

Definition at line 136 of file pmi/topology/__init__.py.

def IMP.pmi.topology.System.create_state (   self)

returns a new IMP.pmi.representation_new.State(), increment the state index

Definition at line 119 of file pmi/topology/__init__.py.

def IMP.pmi.topology.System.get_number_of_states (   self)

returns the total number of states generated

Definition at line 129 of file pmi/topology/__init__.py.


The documentation for this class was generated from the following file: