#include <PawsConnector.Array.h>
List of all members.
Public Types |
typedef Array< Dim, T, EngineTag > | Array_t |
typedef Array< Dim, T, Brick > | CopyArray_t |
typedef T | Scalar_t |
typedef PawsArrayData< T > | PawsData_t |
typedef Connection< Paws > | Connection_t |
typedef Connector< Array_t, Paws > | Connector_t |
typedef Paws | ConnectionTag_t |
Public Member Functions |
| Connector (const char *conname, const Array_t &a, Connection_t &c, int mode, bool dynamic=false) |
virtual | ~Connector () |
Connection_t & | pawsConnection () const |
PawsData_t & | pawsData () const |
Array_t & | array () const |
void | resize (const Array_t &newarray) |
virtual void | disconnect () |
| Do special activities to disconnect ourselves from the ConnectionBase.
|
virtual void | update () |
| Update our connection, for example, transfer data or read/write a file.
|
virtual void | interact (const char *=0) |
| Allow for interaction with the connection.
|
template<int Dim, class T, class EngineTag>
class Connector< Array< Dim, T, EngineTag >, Paws >
Member Typedef Documentation
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
Constructor & Destructor Documentation
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
Member Function Documentation
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
template<int Dim, class T , class EngineTag >
Allow for interaction with the connection.
An optional string can be provided to tell how to do the interaction.
Implements ConnectorBase.
The documentation for this class was generated from the following file: