Help on CuboidGridObjectPopulation [class]: SpatialSimObjectPopulation
class with SimObject's on an integer grid in 3D
\deprecated Use SpatialSimObjectPopulation with CuboidIntegerGrid3D as
point set instead.
|
__call__(...)
Help on SimObject::ID CuboidGridObjectPopulation::operator()(int x,
int y, int z) const [member operator] |
|
|
|
__init__(...)
Help on
CuboidGridObjectPopulation::CuboidGridObjectPopulation(SimNetwork
& net, GridPoint3D origin, Volume3DSize dims, SimObjectFactory
& objFactory) [constructor] |
|
|
|
at(...)
Help on SimObject::ID CuboidGridObjectPopulation::at(int x, int y,
int z) const [member function] |
|
|
|
atRelative(...)
Help on SimObject::ID CuboidGridObjectPopulation::atRelative(int x,
int y, int z) const [member function] |
|
|
|
getDimensions(...)
Help on Volume3DSize const &
CuboidGridObjectPopulation::getDimensions() const [member function] |
|
|
|
getIndex(...)
Help on int CuboidGridObjectPopulation::getIndex(int x, int y, int z)
const [member function] |
|
|
|
|
|
getOrigin(...)
Help on GridPoint3D & CuboidGridObjectPopulation::getOrigin()
[member function] |
|
|
|
getRelativeLocation(...)
Help on GridPoint3D
CuboidGridObjectPopulation::getRelativeLocation(size_t idx) const
[member function] |
|
|
|
subVolume(...)
Help on CuboidGridObjectPopulation
CuboidGridObjectPopulation::subVolume(int origX, int origY, int
origZ, int Xdim, int Ydim, int Zdim) const [member function] |
|
|
Inherited from SpatialSimObjectPopulation :
getIdAt ,
objectAt ,
subPopulation
Inherited from SimObjectPopulation :
__getitem__ ,
getID ,
getNet ,
idVector ,
localIndexes ,
localSubPopulation ,
object ,
record ,
setFieldScale ,
size ,
subset
Inherited from unreachable.instance :
__new__
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|