Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
protocols::frag_picker::VallChunkFilter Class Referenceabstract

a base class for a chunk filtering mechanism More...

#include <VallChunkFilter.hh>

Inheritance diagram for protocols::frag_picker::VallChunkFilter:
Inheritance graph
[legend]
Collaboration diagram for protocols::frag_picker::VallChunkFilter:
Collaboration graph
[legend]

Public Member Functions

virtual ~VallChunkFilter ()
 
virtual bool test_chunk (VallChunkOP)=0
 if a chunk seems to be interesting, return true. Otherwise say false More...
 

Detailed Description

a base class for a chunk filtering mechanism

Detailed: Chunk filtering is used to screen chunks before any fragment is evaluated
Therefore it is the fastest way to excluded unwanted proteins
See Also
AllowPdbIdFilter and DenyPdbIdFilter for implementations

Definition at line 34 of file VallChunkFilter.hh.

Constructor & Destructor Documentation

virtual protocols::frag_picker::VallChunkFilter::~VallChunkFilter ( )
inlinevirtual

Definition at line 36 of file VallChunkFilter.hh.

Member Function Documentation

virtual bool protocols::frag_picker::VallChunkFilter::test_chunk ( VallChunkOP  )
pure virtual

if a chunk seems to be interesting, return true. Otherwise say false

Implemented in protocols::frag_picker::DenyPdbIdFilter, and protocols::frag_picker::AllowPdbIdFilter.


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