HDK
|
Collection of useful functions for working with tuple data. More...
#include <GA_TupleUtils.h>
Static Public Member Functions | |
static int | componentAsRange (int component, int tuple_size, int &end) |
static int | sizeAsRange (int size, int tuple_size, int &end) |
static int | componentWSizeAsRange (int component, int size, int tuple_size, int &end) |
static int | startWSizeAsRange (int start, int size, int tuple_size, int &end) |
Collection of useful functions for working with tuple data.
This class is a collection of common functions (static methods) useful for working with tuple data.
Definition at line 21 of file GA_TupleUtils.h.
|
inlinestatic |
Definition at line 38 of file GA_TupleUtils.h.
|
inlinestatic |
Definition at line 54 of file GA_TupleUtils.h.
Definition at line 49 of file GA_TupleUtils.h.
|
inlinestatic |
Definition at line 65 of file GA_TupleUtils.h.