k-dot-p 0.1

kdotp::libmodelxx::grid::cartesian_grid< T, D, Nc >::ezstruct Struct Reference

#include <cartesian_grid.h++>

List of all members.

Public Attributes

set_points_callback spcb
void * privdat

Detailed Description

template<typename T, unsigned int D, unsigned int Nc = 1>
struct kdotp::libmodelxx::grid::cartesian_grid< T, D, Nc >::ezstruct

Set all components at the points that are in the shape defined by the tree.

Parameters:
st*pointer to the shape tree
spcbcallback called at each point.
privdatprivate data for the callback function.
Returns:
GError containing the error, if any.

Definition at line 158 of file cartesian_grid.h++.


Member Data Documentation

template<typename T, unsigned int D, unsigned int Nc = 1>
void* kdotp::libmodelxx::grid::cartesian_grid< T, D, Nc >::ezstruct::privdat

Definition at line 160 of file cartesian_grid.h++.

template<typename T, unsigned int D, unsigned int Nc = 1>
set_points_callback kdotp::libmodelxx::grid::cartesian_grid< T, D, Nc >::ezstruct::spcb

Definition at line 159 of file cartesian_grid.h++.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines