Click or drag to resize

Ring Class

Ring Class representing a topological ring
Inheritance Hierarchy
SystemObject
  Scilligence.MolEngine.CommonDequeneAtom
    Scilligence.MolEngineRing

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public class Ring : Dequene<Atom>

The Ring type exposes the following members.

Constructors
  NameDescription
Public methodRing
Initializes a new instance of the Ring class
Top
Properties
Methods
  NameDescription
Public methodAddHead (Inherited from DequeneT.)
Public methodAddTail (Inherited from DequeneT.)
Public methodStatic memberAlign
Public methodAllAtoms
Public methodAllIn
Test if the ring contains all atoms in a collection
Public methodCenter
Get the ring's geometry center
Public methodCloneReversed
Clone the ring and reverse its order
Public methodContains(Atom)
Test if the ring contains the atom
Public methodContains(Bond)
Test if the ring contains the bond
Public methodContainsAnyAtom
Test if the ring contains any atom in a collection
Public methodContainsAnyBond
Test if the ring contains any atom in a collection
Public methodContainsQueryAtom
Public methodDump
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEqualsTo
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFirstSharedAtom
Find a shared atom by two rings
Public methodStatic memberFirstSharedPair
Public methodFlipVertically
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from DequeneT.)
Public methodIsBio
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Public methodReverse
Reverse the order of the ring object
Public methodRotate(T) (Inherited from DequeneT.)
Public methodRotate(Point3D, Double)
Public methodToArray (Inherited from DequeneT.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
See Also