#include <colvardeps.h>
Public Methods | |
feature () | |
~feature () | |
bool | is_dynamic () |
bool | is_static () |
bool | is_user () |
Public Attributes | |
std::string | description |
std::vector< int > | requires_self |
std::vector< int > | requires_exclude |
std::vector< std::vector< int > > | requires_alt |
std::vector< int > | requires_children |
feature_type | type |
Type of this feature, from the enum feature_type. More... |
Definition at line 99 of file colvardeps.h.
|
Definition at line 102 of file colvardeps.h. References type. |
|
Definition at line 103 of file colvardeps.h. |
|
Definition at line 125 of file colvardeps.h. References type. |
|
Definition at line 126 of file colvardeps.h. References type. |
|
Definition at line 127 of file colvardeps.h. References type. |
|
Definition at line 105 of file colvardeps.h. |
|
Definition at line 120 of file colvardeps.h. |
|
Definition at line 123 of file colvardeps.h. |
|
Definition at line 116 of file colvardeps.h. |
|
Definition at line 109 of file colvardeps.h. |
|
Type of this feature, from the enum feature_type.
Definition at line 129 of file colvardeps.h. Referenced by feature, is_dynamic, is_static, and is_user. |