SurfaceSegmentation


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class SurfaceSegmentation
{
public:
SurfaceSegmentation(Net& net);
void computeSegmentation(const SegmentationParams& segmentationParams);
Segmentation* getSegmentation(int type) ;
void output2PDB(ofstream& outFile);
protected:
}; // SurfaceSegmentation

Back to the top of SurfaceSegmentation


KEYWORD

Back to the top of SurfaceSegmentation


AUTHORS

Back to the top of SurfaceSegmentation


CHANGES LOG

Back to the top of SurfaceSegmentation


GOALS

Back to the top of SurfaceSegmentation

		

USAGE

		

Back to the top of SurfaceSegmentation


SurfaceSegmentation(Net& net);

  SurfaceSegmentation(Net& net);

Back to the top of SurfaceSegmentation


void computeSegmentation(const SegmentationParams& segmentationParams);

  void computeSegmentation(const SegmentationParams& segmentationParams);

Back to the top of SurfaceSegmentation


Segmentation* getSegmentation(int type) ;

  Segmentation* getSegmentation(int type)                        
;

Function is currently defined inline.


Back to the top of SurfaceSegmentation


void output2PDB(ofstream& outFile);

  void output2PDB(ofstream& outFile);

Back to the top of SurfaceSegmentation


All Members

public:
void computeSegmentation(const SegmentationParams& segmentationParams);
Segmentation* getSegmentation(int type) ;
void output2PDB(ofstream& outFile);
protected:

Back to the top of SurfaceSegmentation


Ancestors

Class does not inherit from any other class.

Back to the top of SurfaceSegmentation


Descendants

Class is not inherited by any others.

Back to the top of SurfaceSegmentation


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:25 2009 .

Report problems to jkotula@unimax.com