|
| DSSBatch (APIUtil *util, int32_t cls_idx) |
| Create a batch of all elements in the DSS class.
|
|
| DSSBatch (APIUtil *util, int32_t cls_idx, int32_t prop_idx, int32_t prop_value) |
| Create a batch of all elements that match an integer property value.
|
|
| DSSBatch (APIUtil *util, int32_t cls_idx, const char *regexp) |
| Create a batch of all elements that match a regular expression.
|
|
| DSSBatch (APIUtil *util) |
| Create an uninitialized batch instance.
|
|
strings | name () |
|
|
APIUtil * | api_util |
|
void ** | pointer |
|
int32_t | count [2] |
|
|
void | check_for_error () |
|
bools | get_batch_bool (int32_t index) |
|
std::vector< complex > | get_batch_complex (int32_t index) |
|
template<typename T = VectorXd> |
std::vector< T > | get_batch_valarray (int32_t index) |
|
void | set_batch_complex_for_each (int32_t index, std::vector< complex > &values) |
|
template<typename T > |
void | set_batch_val (int32_t index, const T &value) |
|
template<typename T = VectorXd> |
T | get_batch_val (int32_t index) |
|
template<typename T > |
void | set_batch_val_for_each (int32_t index, typename T::iterator v, typename T::iterator v_end) |
|
|
template<typename T = VectorXd> |
static T | get_batch_val (int32_t index, DSSBatch &batch) |
|
|
template<typename T > |
class | BatchArrayProxy |
|
The documentation for this class was generated from the following file: