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_BitSet MR_BitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
10typedef struct MR_PointOnFace MR_PointOnFace; // Defined in `#include <MRCMesh/MRPointOnFace.h>`.
11typedef struct MR_Vector3f MR_Vector3f; // Defined in `#include <MRCMesh/MRVector3.h>`.
12typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
13typedef struct MR_std_ostream MR_std_ostream; // Defined in `#include <MRCMisc/iostream.h>`.
14
15
21
27
28// =====================================================================
29// PointOnFace
35
41
42// =====================================================================
43// BitSet, format compatible with boost::dynamic_bitset
49
55
56#ifdef __cplusplus
57} // extern "C"
58#endif
struct MR_BitSet MR_BitSet
Definition MRBitSet.h:179
struct MR_std_ostream MR_std_ostream
Definition MRCtm.h:21
struct MR_std_istream MR_std_istream
Definition MRCtm.h:20
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_BitSet(MR_std_ostream *s, const MR_BitSet *bs)
MRC_API MR_std_ostream * MR_print_MR_PointOnFace(MR_std_ostream *s, const MR_PointOnFace *pof)
MRC_API MR_std_istream * MR_rshift_std_istream_MR_BitSet(MR_std_istream *s, MR_BitSet *bs)
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:50