Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Pitiot
CGoGN
Commits
a1c16ba2
Commit
a1c16ba2
authored
Nov 01, 2012
by
Kenneth Vanhoey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxy commenting of qem file
parent
b575d34d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
include/Utils/qem.h
include/Utils/qem.h
+12
-12
No files found.
include/Utils/qem.h
View file @
a1c16ba2
...
...
@@ -283,28 +283,28 @@ public:
/*!
* \brief affectation operator (by copy)
*
* \param q the Quadric to copy
* \param q the Quadric
Nd
to copy
*/
void
operator
=
(
const
QuadricNd
<
REAL
,
N
>&
q
)
;
/*!
* \brief sum of Quadric operator
* \brief sum of Quadric
Nd
operator
*
* \param q the Quadric to sum
* \param q the Quadric
Nd
to sum
*/
QuadricNd
&
operator
+=
(
const
QuadricNd
<
REAL
,
N
>&
q
)
;
/*!
* \brief substract of Quadric operator
* \brief substract of Quadric
Nd
operator
*
* \param q the Quadric to substract
* \param q the Quadric
Nd
to substract
*/
QuadricNd
&
operator
-=
(
const
QuadricNd
<
REAL
,
N
>&
q
)
;
/*!
* \brief scalar product operator
*
* \param v the scalar to multiply the Quadric with
* \param v the scalar to multiply the Quadric
Nd
with
*/
QuadricNd
&
operator
*=
(
REAL
v
)
;
...
...
@@ -399,7 +399,7 @@ private:
}
;
/*! \class QuadricHF
* \brief
Q
uadric used for measuring a lightfield metric.
* \brief
q
uadric used for measuring a lightfield metric.
* This was defined by Vanhoey, Sauvage and Dischler in 2012.
* This implementation works only for polynomial basis functions.
*/
...
...
@@ -432,7 +432,7 @@ public:
QuadricHF
(
int
i
)
;
/*!
* \brief Constructor building a
quadric
given a lightfield function and the two angles gamma and alpha
* \brief Constructor building a
QuadricHF
given a lightfield function and the two angles gamma and alpha
*
* \param v the lightfield function
* \param gamma
...
...
@@ -441,7 +441,7 @@ public:
QuadricHF
(
const
std
::
vector
<
VEC3
>&
v
,
const
REAL
&
gamma
,
const
REAL
&
alpha
)
;
/*!
* \brief Constructor building a
quadric
given a lightfield function and the two angles gamma and alpha
* \brief Constructor building a
QuadricHF
given a lightfield function and the two angles gamma and alpha
*
* \param v the lightfield function expressed as a Geom::Tensor
* \param gamma
...
...
@@ -474,7 +474,7 @@ public:
QuadricHF
&
operator
+=
(
const
QuadricHF
<
REAL
>&
q
)
;
/*!
* \brief substract of Quadric operator
* \brief substract of Quadric
HF
operator
*
* \param q the QuadricHF to substract
*/
...
...
@@ -507,7 +507,7 @@ public:
* \brief Write to stream operator
*
* \param out the stream to write to
* \param q the Quadric
Nd
to write in the stream
* \param q the Quadric
HF
to write in the stream
*
* \return the stream reference
*/
...
...
@@ -587,7 +587,7 @@ private:
/*!
* \brief method to deduce an optimal coefficients in space
* w.r.t. the current Quadric
ND
.
* w.r.t. the current Quadric
HF
.
*
* \param coefs will contain the optimal result (if it can be computed)
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment