IMP logo
IMP Reference Guide  develop.1a86c4215a,2024/04/24
The Integrative Modeling Platform
IMP.pmi.restraints.npc.XYRadialPositionRestraint Class Reference

Restrain a protein's distance from the z axis to within a given range. More...

Inherits RestraintBase.

Detailed Description

Restrain a protein's distance from the z axis to within a given range.

Note
This class is only available in Python.

Definition at line 19 of file restraints/npc.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi.restraints.npc.XYRadialPositionRestraint.__init__ (   self,
  hier,
  protein,
  lower_bound = 0.0,
  upper_bound = 0.0,
  consider_radius = False,
  sigma = 1.0,
  term = 'C',
  label = None,
  weight = 1.0 
)

Constructor.

Definition at line 24 of file restraints/npc.py.


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