Target for densification operations. More...
#include <mi32/coordop.h>
Public Member Functions | |
| ERRVALUE | OnBegin () |
| ERRVALUE | OnEnd () |
| ERRVALUE | OnPoint (const double *pPoint, INT32 InVertexNum, INT32 SubVertexNum) |
Private Member Functions | |
| virtual ERRVALUE | v_OnBegin () |
| virtual ERRVALUE | v_OnEnd () |
| virtual ERRVALUE | v_OnPoint (const double *pPoint, INT32 InVertexNum, INT32 SubVertexNum)=0 |
Target for densification operations.
| ERRVALUE SPATREF::COORDOP_TARGET::OnBegin | ( | ) | [inline] |
Called before first input vertex processed.
| ERRVALUE SPATREF::COORDOP_TARGET::OnEnd | ( | ) | [inline] |
Called after last input vertex processed.
| ERRVALUE SPATREF::COORDOP_TARGET::OnPoint | ( | const double * | pPoint, | |
| INT32 | InVertexNum, | |||
| INT32 | SubVertexNum | |||
| ) | [inline] |
Called for each dense point generated.
| pPoint | Pointer to point of output dimension | |
| InVertexNum | Vertex number in input array associated with point | |
| SubVertexNum | Sub-vertex number, 0 if at input vertex |
| virtual ERRVALUE SPATREF::COORDOP_TARGET::v_OnBegin | ( | ) | [private, virtual] |
Called before first input vertex processed.
| virtual ERRVALUE SPATREF::COORDOP_TARGET::v_OnEnd | ( | ) | [private, virtual] |
Called after last input vertex processed.
| virtual ERRVALUE SPATREF::COORDOP_TARGET::v_OnPoint | ( | const double * | pPoint, | |
| INT32 | InVertexNum, | |||
| INT32 | SubVertexNum | |||
| ) | [private, pure virtual] |
Called for each dense point generated.
| pPoint | Pointer to point of output dimension | |
| InVertexNum | Vertex number in input array associated with point | |
| SubVertexNum | Sub-vertex number within densified 'segment', 0 if at input vertex |
1.6.1