#include <FieldDataSource.h>
Inheritance diagram for FieldDataSource< T, Dim, M, C >:


Public Member Functions | |
| FieldDataSource (const char *, DataConnect *, int, Field< T, Dim, M, C > &) | |
| virtual | ~FieldDataSource () |
Protected Member Functions | |
| void | gather_data () |
| virtual void | insert_data (const NDIndex< Dim > &, CompressedBrickIterator< T, Dim >)=0 |
Protected Attributes | |
| Field< T, Dim, M, C > & | MyField |
Definition at line 44 of file FieldDataSource.h.
|
||||||||||||||||||||||||
|
Definition at line 38 of file FieldDataSource.cpp. |
|
|||||||||
|
Definition at line 48 of file FieldDataSource.cpp. |
|
|||||||||
|
Definition at line 56 of file FieldDataSource.cpp. References IpplInfo::Comm, CT, DS_CYCLE, DS_FIELD_TAG, DataSourceObject::getConnection(), DataConnect::getNodes(), IpplInfo::getNodes(), FieldDataSource< T, Dim, M, C >::insert_data(), FieldDataSource< T, Dim, M, C >::MyField, IpplInfo::myNode(), TagMaker::next_tag(), NDIndex< Dim >::putMessage(), Communicate::send(), TAU_PROFILE, TAU_TYPE_STRING, and TAU_VIZ. Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Implemented in ACLVISFieldDataSource< T, Dim, M, C >. Referenced by FieldDataSource< T, Dim, M, C >::gather_data(). |
|
|||||
|
Definition at line 56 of file FieldDataSource.h. Referenced by FieldDataSource< T, Dim, M, C >::gather_data(), ACLVISFieldDataSource< T, Dim, M, C >::insert_data(), and ACLVISFieldDataSource< T, Dim, M, C >::update(). |
1.4.6