PeriDyno 1.0.0
Loading...
Searching...
No Matches
VtkPointVisualModule.h
Go to the documentation of this file.
1
16
17#pragma once
18
19#include "VtkVisualModule.h"
20#include "Topology/PointSet.h"
21
22namespace dyno
23{
33};
#define DECLARE_CLASS(name)
Definition Object.h:65
A PointSet stores the coordinates for a set of independent points.
Definition PointSet.h:8
DEF_INSTANCE_IN(PointSet< DataType3f >, PointSet, "")
DEF_ARRAY_IN(Vec3f, Color, DeviceType::GPU, "")
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25
Vector< float, 3 > Vec3f
Definition Vector3D.h:93