BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::VIEW::AddBackboneModel::ModelPart Struct Reference

#include <BALL/VIEW/MODELS/backboneModel.h>

Public Member Functions

 ModelPart ()
 
 ModelPart (const ModelPart &m)
 
const ModelPartoperator= (const ModelPart &p)
 

Public Attributes

vector< Residue * > residues
 
Index type
 
Position first_guide_point
 
Position last_guide_point
 
Position first_point
 
Position last_point
 

Detailed Description

Definition at line 46 of file backboneModel.h.

Constructor & Destructor Documentation

BALL::VIEW::AddBackboneModel::ModelPart::ModelPart ( )
BALL::VIEW::AddBackboneModel::ModelPart::ModelPart ( const ModelPart m)

Member Function Documentation

const ModelPart& BALL::VIEW::AddBackboneModel::ModelPart::operator= ( const ModelPart p)

Member Data Documentation

Position BALL::VIEW::AddBackboneModel::ModelPart::first_guide_point

Definition at line 57 of file backboneModel.h.

Position BALL::VIEW::AddBackboneModel::ModelPart::first_point

Definition at line 60 of file backboneModel.h.

Position BALL::VIEW::AddBackboneModel::ModelPart::last_guide_point

Definition at line 58 of file backboneModel.h.

Position BALL::VIEW::AddBackboneModel::ModelPart::last_point

Definition at line 61 of file backboneModel.h.

vector<Residue*> BALL::VIEW::AddBackboneModel::ModelPart::residues

Definition at line 53 of file backboneModel.h.

Index BALL::VIEW::AddBackboneModel::ModelPart::type

Definition at line 55 of file backboneModel.h.