Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

PhysicalModel Member List

This is the complete list of members for PhysicalModel, including all inherited members.
addIncoming(Advancable *Incoming)PhysicalModel [inline, virtual]
addInput(Advancable *Incoming, char *inputname)PhysicalModel [virtual]
addOutgoing(Advancable *Outgoing)PhysicalModel [inline, virtual]
addOutput(Advancable *Outgoing, char *outputname)PhysicalModel [virtual]
advance(void)PhysicalModel [virtual]
getInputChannelName(int index)PhysicalModel
getOutputChannelName(int index)PhysicalModel
incomingPhysicalModel [protected]
input_channel_namesPhysicalModel [protected]
inputsPhysicalModel [private]
last_input_indexPhysicalModel [private]
last_output_indexPhysicalModel [private]
nIncomingPhysicalModel [protected]
nIncomingAllocPhysicalModel [protected]
nOutgoingPhysicalModel [protected]
nOutgoingAllocPhysicalModel [protected]
nOutputChannelsPhysicalModel [protected]
outgoingPhysicalModel [protected]
output_channel_namesPhysicalModel [protected]
outputsPhysicalModel [private]
PhysicalModel(int input_channels=0, int output_channels=0)PhysicalModel
register_input_channel(const char *name)PhysicalModel [protected]
register_output_channel(const char *name)PhysicalModel [protected]
reset()PhysicalModel [inline, virtual]
transform(double **I, double *O)=0PhysicalModel [pure virtual]
updateInternal()PhysicalModel [virtual]
~PhysicalModel(void)PhysicalModel [virtual]