CubbyFlow v0.71
Core
Field
Field3.h
Go to the documentation of this file.
1
/*************************************************************************
2
> File Name: Field3.h
3
> Project Name: CubbyFlow
4
> Author: Chan-Ho Chris Ohk
5
> Purpose: Abstract base class for 3-D fields.
6
> Created Time: 2017/03/13
7
> Copyright (c) 2018, Chan-Ho Chris Ohk
8
*************************************************************************/
9
#ifndef CUBBYFLOW_FIELD3_H
10
#define CUBBYFLOW_FIELD3_H
11
12
#include <memory>
13
14
namespace
CubbyFlow
15
{
17
class
Field3
18
{
19
public
:
20
Field3
();
21
virtual
~Field3
();
22
};
23
24
using
Field3Ptr
= std::shared_ptr<Field3>;
25
}
26
27
#endif
CubbyFlow::Field3Ptr
std::shared_ptr< Field3 > Field3Ptr
Definition:
Field3.h:24
CubbyFlow::Field3
Abstract base class for 3-D fields.
Definition:
Field3.h:17
CubbyFlow
Definition:
pybind11Utils.h:24
CubbyFlow::Field3::~Field3
virtual ~Field3()
CubbyFlow::Field3::Field3
Field3()
Generated on Sun Apr 22 2018 23:43:19 for CubbyFlow by
1.8.14