sculpto
Main Page
Namespaces
Classes
Files
File List
File Members
core
resources
topology
points.h
Go to the documentation of this file.
1
/*!****************************************************************/
/*!*
2
* \file points.h
3
* \brief Topology objects points array (useful for creation dummy rendering object) class declaration module.
4
*
5
* \author Sabitov Kirill
6
* \date 10 July 2022
7
*********************************************************************/
8
9
#pragma once
10
11
#include "
basis.h
"
12
#include "../vertex.h"
13
14
namespace
scl::topology
15
{
17
class
points
:
public
basis
<vertex_point>
18
{
19
public
:
20
/*!*
21
* Topology point array object default contructor (creates one point).
22
*
23
* \param None.
24
*/
25
points
();
26
27
/*!*
28
* Topology point array object contructor by array of points.
29
*
30
* \param Points - array of points.
31
*/
32
points
(
const
std::vector<vertex_point> &Points);
33
};
34
}
basis.h
scl::topology::basis
Definition:
basis.h:19
scl::topology::points
Definition:
points.h:18
scl::topology::points::points
points()
Definition:
points.cpp:12
scl::topology
Definition:
basis.h:15
Generated by
1.9.4