Package rosetta :: Package core :: Package chemical :: Module _core_chemical_ :: Class ResidueLoaderOptions
[hide private]
[frames] | no frames]

Class ResidueLoaderOptions

                                                 object --+        
                                                          |        
                                                ??.instance --+    
                                                              |    
basic.resource_manager._basic_resource_manager_.ResourceOptions --+
                                                                  |
                                                                 ResidueLoaderOptions

core/chemical/ResidueLoaderOptions.hh:31

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
atom_type_set_tag(...)
atom_type_set_tag( (ResidueLoaderOptions)arg1) -> str : core/chemical/ResidueLoaderOptions.hh:46
 
element_set_tag(...)
element_set_tag( (ResidueLoaderOptions)arg1) -> str : core/chemical/ResidueLoaderOptions.hh:48
 
mm_atom_type_set_tag(...)
mm_atom_type_set_tag( (ResidueLoaderOptions)arg1) -> str : core/chemical/ResidueLoaderOptions.hh:47
 
orbital_set_tag(...)
orbital_set_tag( (ResidueLoaderOptions)arg1) -> str : core/chemical/ResidueLoaderOptions.hh:50
 
parse_my_tag(...)
parse_my_tag( (ResidueLoaderOptions)arg1, (Tag)tag) -> None : core/chemical/ResidueLoaderOptions.hh:40
 
residue_type_set_tag(...)
residue_type_set_tag( (ResidueLoaderOptions)arg1) -> str : core/chemical/ResidueLoaderOptions.hh:49
 
show(...)
show( (ResidueLoaderOptions)arg1, (OStream)out) -> None : Describe this instance to a given output stream
 
type(...)
type( (ResidueLoaderOptions)arg1) -> str : core/chemical/ResidueLoaderOptions.hh:44

Inherited from basic.resource_manager._basic_resource_manager_.ResourceOptions: __reduce__, __str__, name

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from basic.resource_manager._basic_resource_manager_.ResourceOptions: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (ResidueLoaderOptions)) -> None :
    core/chemical/ResidueLoaderOptions.hh:31

    C++ signature :
        void __init__(_object*,core::chemical::ResidueLoaderOptions)

Overrides: object.__init__

atom_type_set_tag(...)

 

atom_type_set_tag( (ResidueLoaderOptions)arg1) -> str :
    core/chemical/ResidueLoaderOptions.hh:46

    C++ signature :
        std::string atom_type_set_tag(core::chemical::ResidueLoaderOptions {lvalue})

element_set_tag(...)

 

element_set_tag( (ResidueLoaderOptions)arg1) -> str :
    core/chemical/ResidueLoaderOptions.hh:48

    C++ signature :
        std::string element_set_tag(core::chemical::ResidueLoaderOptions {lvalue})

mm_atom_type_set_tag(...)

 

mm_atom_type_set_tag( (ResidueLoaderOptions)arg1) -> str :
    core/chemical/ResidueLoaderOptions.hh:47

    C++ signature :
        std::string mm_atom_type_set_tag(core::chemical::ResidueLoaderOptions {lvalue})

orbital_set_tag(...)

 

orbital_set_tag( (ResidueLoaderOptions)arg1) -> str :
    core/chemical/ResidueLoaderOptions.hh:50

    C++ signature :
        std::string orbital_set_tag(core::chemical::ResidueLoaderOptions {lvalue})

parse_my_tag(...)

 

parse_my_tag( (ResidueLoaderOptions)arg1, (Tag)tag) -> None :
    core/chemical/ResidueLoaderOptions.hh:40

    C++ signature :
        void parse_my_tag(core::chemical::ResidueLoaderOptions {lvalue},boost::shared_ptr<utility::tag::Tag const>)

parse_my_tag( (ResidueLoaderOptions)arg1, (Tag)tag) -> None :

    C++ signature :
        void parse_my_tag(ResidueLoaderOptions_exposer_callback {lvalue},boost::shared_ptr<utility::tag::Tag const>)

Overrides: basic.resource_manager._basic_resource_manager_.ResourceOptions.parse_my_tag

residue_type_set_tag(...)

 

residue_type_set_tag( (ResidueLoaderOptions)arg1) -> str :
    core/chemical/ResidueLoaderOptions.hh:49

    C++ signature :
        std::string residue_type_set_tag(core::chemical::ResidueLoaderOptions {lvalue})

show(...)

 

show( (ResidueLoaderOptions)arg1, (OStream)out) -> None :
    Describe this instance to a given output stream
    

    C++ signature :
        void show(core::chemical::ResidueLoaderOptions {lvalue},std::ostream {lvalue})

show( (ResidueLoaderOptions)arg1, (OStream)out) -> None :

    C++ signature :
        void show(ResidueLoaderOptions_exposer_callback {lvalue},std::ostream {lvalue})

Overrides: basic.resource_manager._basic_resource_manager_.ResourceOptions.show

type(...)

 

type( (ResidueLoaderOptions)arg1) -> str :
    core/chemical/ResidueLoaderOptions.hh:44

    C++ signature :
        std::string type(core::chemical::ResidueLoaderOptions {lvalue})

type( (ResidueLoaderOptions)arg1) -> str :

    C++ signature :
        std::string type(ResidueLoaderOptions_exposer_callback {lvalue})

Overrides: basic.resource_manager._basic_resource_manager_.ResourceOptions.type