#include <pattern.h>
Data Fields | |
BMS_BLKMEM * | blkmem |
SCIP_PATTERNTYPE | patterntype |
SCIP_PACKABLE | packable |
SCIP_Real * | xs |
SCIP_Real * | ys |
int * | types |
int | size |
int | nelems |
int | nlocks |
int | type |
BMS_BLKMEM* SCIP_Pattern::blkmem |
SCIP_PATTERNTYPE SCIP_Pattern::patterntype |
SCIP_PACKABLE SCIP_Pattern::packable |
SCIP_Real* SCIP_Pattern::xs |
array containing the x-coordinate of each element
Definition at line 61 of file pattern.h.
Referenced by ensureElemSize(), SCIPpatternAddElement(), and SCIPpatternCopy().
SCIP_Real* SCIP_Pattern::ys |
array containing the y-coordinate of each element
Definition at line 62 of file pattern.h.
Referenced by ensureElemSize(), SCIPpatternAddElement(), and SCIPpatternCopy().
int* SCIP_Pattern::types |
array storing the type of each element
Definition at line 63 of file pattern.h.
Referenced by ensureElemSize(), SCIPpatternAddElement(), and SCIPpatternCopy().
int SCIP_Pattern::size |
size of types, xs, and ys arrays
Definition at line 64 of file pattern.h.
Referenced by ensureElemSize().
int SCIP_Pattern::nelems |
number of elements stored
Definition at line 65 of file pattern.h.
Referenced by SCIPpatternAddElement(), SCIPpatternCopy(), SCIPpatternGetNElemens(), and SCIPpatternRemoveLastElements().
int SCIP_Pattern::nlocks |
int SCIP_Pattern::type |
type of the boundary circle
Definition at line 67 of file pattern.h.
Referenced by SCIPpatternCopy().