21 #ifndef VISUALIZATION_ITERATOR_4_3_H 22 #define VISUALIZATION_ITERATOR_4_3_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef VISUALIZATION_ITERATOR_H 29 #include "SheafSystem/visualization_iterator.h" 32 #ifndef BASE_SPACE_POSET_H 33 #include "SheafSystem/base_space_poset.h" 36 #ifndef CHART_POINT_3D_H 37 #include "SheafSystem/chart_point_3d.h" 41 #include "SheafSystem/sec_vd.h" 45 #include "SheafSystem/std_list.h" 49 #include "SheafSystem/std_set.h" 53 #include "SheafSystem/zn_to_bool.h" 59 class section_space_schema_member;
60 class section_evaluator;
61 class sec_rep_descriptor;
62 class structured_block;
95 virtual bool is_ancestor_of(
const any* xother)
const;
105 bool invariant()
const;
111 using visualization_iterator::next;
119 virtual void next(
bool xtruncate);
125 using visualization_iterator::set_vtk_data;
130 virtual void set_vtk_data(
const sec_vd& xcoords,
132 vtkDoubleArray* xvtk_pt_coords,
133 vtkDoubleArray* xvtk_prop,
134 int xprop_tensor_rank,
138 vtkIdTypeArray* xvtk_pt_label_ids,
139 vtkIdTypeArray* xvtk_cell_label_ids);
144 virtual void set_vtk_data(
const sec_vd& xcoords,
145 vtkDoubleArray* xvtk_pt_coords,
149 vtkIdTypeArray* xvtk_pt_label_ids,
150 vtkIdTypeArray* xvtk_cell_label_ids);
155 virtual void set_vtk_data(
const sec_vd& xprop,
156 vtkDoubleArray* xvtk_prop,
157 int xprop_tensor_rank);
193 #endif // ifndef VISUALIZATION_ITERATOR_4_3_H
Abstract base class with useful features for all objects.
A section of a fiber bundle with a d-dimensional vector space fiber.
A client handle for a poset member which has been prepared for use as a schema for a section space...
Namespace for the fiber_bundles component of the sheaf system.