Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Space_filling_model_loader Class Reference

#include <example_space_filling_model_loader.hpp>

Public Types

typedef Loader_base Self
 
typedef SBL::Modules::T_Module_option_description Base
 

Public Member Functions

boost::program_options::options_description add_options (void) const
 Virtual method for adding options to the module. More...
 
bool load (unsigned verbose, std::ostream &out)
 Loads the data. More...
 
bool check_options (std::string &message) const
 Checks that the input options' values are coherent. More...
 
std::string get_output_prefix (void) const
 Returns a prefix that concatains the input line options used when running the module. More...
 
std::string get_name (void) const
 Return the name of the class itself. More...
 
const Molecular_geometric_model & get_geometric_model (unsigned i) const
 
Molecular_geometric_model & get_geometric_model (unsigned i)
 
const Molecular_geometric_model & get_geometric_model (void) const
 
Molecular_geometric_model & get_geometric_model (void)
 

Static Public Member Functions

static boost::program_options::options_description *& get_options (void)
 Access to the options' description of the module. More...
 
static bool has_options (void)
 
static void delete_options (void)
 
static void initialize_options (const std::string &caption)
 

Management

void set_loader_instance_name (const std::string &loader_instance_name)
 
const std::string & get_loader_instance_name (void) const
 

Member Typedef Documentation

◆ Base

◆ Self

typedef Loader_base Self
inherited

Member Function Documentation

◆ add_options()

boost::program_options::options_description add_options ( void  ) const
virtual

Virtual method for adding options to the module.

Reimplemented from T_Module_option_description< Dummy >.

◆ check_options()

bool check_options ( std::string &  message) const
virtual

Checks that the input options' values are coherent.

Reimplemented from T_Module_option_description< Dummy >.

◆ delete_options()

static void delete_options ( void  )
inlinestaticinherited

◆ get_geometric_model() [1/4]

Molecular_geometric_model& get_geometric_model ( unsigned  i)

◆ get_geometric_model() [2/4]

const Molecular_geometric_model& get_geometric_model ( unsigned  i) const

◆ get_geometric_model() [3/4]

Molecular_geometric_model& get_geometric_model ( void  )

◆ get_geometric_model() [4/4]

const Molecular_geometric_model& get_geometric_model ( void  ) const

◆ get_loader_instance_name()

const std::string& get_loader_instance_name ( void  ) const
inlineinherited

◆ get_name()

std::string get_name ( void  ) const
virtual

Return the name of the class itself.

Reimplemented from Loader_base.

◆ get_options()

static boost::program_options::options_description*& get_options ( void  )
inlinestaticinherited

Access to the options' description of the module.

◆ get_output_prefix()

std::string get_output_prefix ( void  ) const
virtual

Returns a prefix that concatains the input line options used when running the module.

Reimplemented from T_Module_option_description< Dummy >.

◆ has_options()

static bool has_options ( void  )
inlinestaticinherited

◆ initialize_options()

static void initialize_options ( const std::string &  caption)
inlinestaticinherited

◆ load()

bool load ( unsigned  verbose,
std::ostream &  out 
)
virtual

Loads the data.

Reimplemented from Loader_base.

◆ set_loader_instance_name()

void set_loader_instance_name ( const std::string &  loader_instance_name)
inlineinherited