PeriDyno 1.0.0
Loading...
Searching...
No Matches
BasicShape.h
Go to the documentation of this file.
1
16
17#pragma once
19
20namespace dyno
21{
32
33 template<typename TDataType>
34 class BasicShape : public ParametricModel<TDataType>
35 {
36 public:
37 BasicShape();
38
39 std::string getNodeType() override { return "Basic Shapes"; }
40
44 };
45}
virtual BasicShapeType getShapeType()
Definition BasicShape.h:41
std::string getNodeType() override
Definition BasicShape.h:39
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25
BasicShapeType
Definition BasicShape.h:23
@ PLANE
Definition BasicShape.h:24
@ UNKNOWN
Definition BasicShape.h:30
@ CONE
Definition BasicShape.h:27
@ CAPSULE
Definition BasicShape.h:28
@ SPHERE
Definition BasicShape.h:26
@ CYLINDER
Definition BasicShape.h:29
@ CUBE
Definition BasicShape.h:25