MeshLib C Docs
Loading...
Searching...
No Matches
MRStreamOperators.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_PointOnFace MR_PointOnFace; // Defined in `#include <MRCMesh/MRPointOnFace.h>`.
10typedef struct MR_Vector3f MR_Vector3f; // Defined in `#include <MRCMesh/MRVector3.h>`.
11typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
12typedef struct MR_std_ostream MR_std_ostream; // Defined in `#include <MRCMisc/iostream.h>`.
13
14
20
26
27// =====================================================================
28// PointOnFace
34
40
41#ifdef __cplusplus
42} // extern "C"
43#endif
struct MR_std_ostream MR_std_ostream
Definition MRCtm.h:22
struct MR_std_istream MR_std_istream
Definition MRCtm.h:21
struct MR_PointOnFace MR_PointOnFace
Definition MREnumNeighbours.h:15
MRC_API MR_std_istream * MR_rshift_std_istream_MR_Vector3f(MR_std_istream *s, MR_Vector3f *vec)
MRC_API MR_std_ostream * MR_print_MR_PointOnFace(MR_std_ostream *s, const MR_PointOnFace *pof)
MRC_API MR_std_ostream * MR_print_MR_Vector3f(MR_std_ostream *s, const MR_Vector3f *vec)
MRC_API MR_std_istream * MR_rshift_std_istream_MR_PointOnFace(MR_std_istream *s, MR_PointOnFace *pof)
#define MRC_API
Definition exports.h:11
Definition MRVector3.h:51