SheafSystem  0.0.0.0
field_vd.h File Reference

Interface for class field_vd. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/any.h"
#include "SheafSystem/fields.h"
#include "SheafSystem/field_vd_funcs.h"

Go to the source code of this file.

Classes

class  fields::field_vd
 A vd-valued property as a function of global coordinates. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 
 fiber_bundle
 Namespace for the fiber_bundles component of the sheaf system.
 
 geometry
 Namespace for geometry component of sheaf system.
 
 fields
 Namespace for fields component of sheaf system.
 

Functions

SHEAF_DLL_SPEC void fields::push (const field_vd &xsrc, field_vd &xdst, bool xauto_access)
 Pushes xsrc.property() to xdst.property(). More...
 
SHEAF_DLL_SPEC field_vdfields::operator>> (const field_vd &xsrc, field_vd &xdst)
 Pushes xsrc.property() to xdst.property(). More...
 
SHEAF_DLL_SPEC std::ostream & fields::operator<< (std::ostream &xos, const field_vd &xfield)
 Inserts field_vd xfield into ostream xos. More...
 

Detailed Description

Interface for class field_vd.

Definition in file field_vd.h.