FiberVISH
0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
pond
fishIO
VFieldObject.hpp
1
#ifndef __VFIELDOBJECT_HPP
2
#define __VFIELDOBJECT_HPP
3
4
#include "VGridObject.hpp"
5
6
namespace
Wizt
7
{
8
9
class
VFieldObject
:
public
VObject
10
{
11
public
:
12
RefPtr<FieldID>
FieldName;
13
14
VFieldObject
(
const
RefPtr<FieldID>
&
field
,
int
p,
const
RefPtr<VCreationPreferences>
&
VP
)
15
:
VObject
(
field
->Name(), p,
VP
)
16
, FieldName(
field
)
17
{}
18
};
19
20
21
}
// namespace Wizt
22
23
24
#endif
Fiber::CreativeIterator
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition
CreativeIterator.hpp:34
Wizt::VFieldObject
Definition
VFieldObject.hpp:10
Wizt::VObject
Wizt
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...
Generated on Sun Mar 1 2026 10:23:19 for FiberVISH by
1.9.8