LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
Loading...
Searching...
No Matches
Public Member Functions | List of all members
loos::DensityTools::WaterFilterContacts Class Reference

Pick waters with a minimum number of contacts to protein atoms. More...

#include <internal-water-filter.hpp>

Inheritance diagram for loos::DensityTools::WaterFilterContacts:
Inheritance graph
[legend]
Collaboration diagram for loos::DensityTools::WaterFilterContacts:
Collaboration graph
[legend]

Public Member Functions

 WaterFilterContacts (const double radius, const uint mincontacts)
 
virtual std::vector< int > filter (const loos::AtomicGroup &, const loos::AtomicGroup &)
 Given a molecule and a set of waters, pick which waters are inside.
 
virtual std::vector< loos::GCoordboundingBox (const loos::AtomicGroup &)
 Calculate the appropriate bounding box (given the molecule)
 
virtual double volume (void)
 Calculate the volume of the region we can pick waters from...
 
virtual std::string name (void) const
 Just states the name of the filter/picker.
 

Additional Inherited Members

- Protected Attributes inherited from loos::DensityTools::WaterFilterBase
std::vector< loos::GCoordbdd_
 

Detailed Description

Pick waters with a minimum number of contacts to protein atoms.

Important note: the volume returned is NOT the real molecular volume, but just the volume of the bounding box for the passed atoms

Member Function Documentation

◆ boundingBox()

vector< GCoord > loos::DensityTools::WaterFilterContacts::boundingBox ( const loos::AtomicGroup & )
virtual

Calculate the appropriate bounding box (given the molecule)

Implements loos::DensityTools::WaterFilterBase.

◆ filter()

vector< int > loos::DensityTools::WaterFilterContacts::filter ( const loos::AtomicGroup & ,
const loos::AtomicGroup &  )
virtual

Given a molecule and a set of waters, pick which waters are inside.

The result is a map of which waters are inside (1 = inside, 0 = not)

Implements loos::DensityTools::WaterFilterBase.

◆ name()

string loos::DensityTools::WaterFilterContacts::name ( void ) const
virtual

Just states the name of the filter/picker.

Implements loos::DensityTools::WaterFilterBase.

◆ volume()

double loos::DensityTools::WaterFilterContacts::volume ( void )
virtual

Calculate the volume of the region we can pick waters from...

Implements loos::DensityTools::WaterFilterBase.


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