SurfaceVectorLoader constructs a SurfaceParameters instance from data provided by the resource manager
More...
#include <SurfaceVectorLoader.hh>
|
| | SurfaceVectorLoader () |
| |
| | ~SurfaceVectorLoader () override |
| |
| utility::VirtualBaseCOP | create_resource (basic::resource_manager::ResourceManager &resource_manager, utility::tag::TagCOP resource_tag, std::string const &input_id, std::istream &istream) const override |
| | Returns a SurfaceParametersOP which is constructed from the given input stream (istream). More...
|
| |
SurfaceVectorLoader constructs a SurfaceParameters instance from data provided by the resource manager
The SurfaceVectorLoader is given an istream of three points in cartesian space used to configure SurfaceParameters
| protocols::surface_docking::SurfaceVectorLoader::SurfaceVectorLoader |
( |
| ) |
|
|
default |
| protocols::surface_docking::SurfaceVectorLoader::~SurfaceVectorLoader |
( |
| ) |
|
|
overridedefault |
| std::string protocols::surface_docking::SurfaceVectorLoader::classname |
( |
| ) |
|
|
static |
| utility::VirtualBaseCOP protocols::surface_docking::SurfaceVectorLoader::create_resource |
( |
basic::resource_manager::ResourceManager & |
resource_manager, |
|
|
utility::tag::TagCOP |
resource_tag, |
|
|
std::string const & |
input_id, |
|
|
std::istream & |
istream |
|
) |
| const |
|
override |
Returns a SurfaceParametersOP which is constructed from the given input stream (istream).
Takes a locator id and istream, ensures that the correct number of points are present and performs error checking that points are of the correct type before using the points to construct SurfaceParameters
- Exceptions
-
References create_surface_params().
| SurfaceParametersOP protocols::surface_docking::SurfaceVectorLoader::create_surface_params |
( |
std::string const & |
input_id, |
|
|
std::istream & |
istream |
|
) |
| |
|
static |
| void protocols::surface_docking::SurfaceVectorLoader::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
The documentation for this class was generated from the following files: