gausplat_
loader
0.0.0+alpha
Points
Aliased type
Trait Implementations
Decoder
Encoder
In gausplat_
loader::
source::
colmap::
point::
points
gausplat_loader
::
source
::
colmap
::
point
::
points
Type Alias
Points
Copy item path
source
pub type Points =
Vec
<
Point
>;
Expand description
A list of points.
Aliased Type
§
struct Points {
/* private fields */
}
Trait Implementations
§
source
§
impl
Decoder
for
Points
source
§
type
Err
=
Error
Error during decoding.
source
§
fn
decode
(reader: &mut impl
Read
) ->
Result
<Self, Self::
Err
>
Decoding from the
reader
.
source
§
impl
Encoder
for
Points
source
§
type
Err
=
Error
Error type.
source
§
fn
encode
(&self, writer: &mut impl
Write
) ->
Result
<
()
, Self::
Err
>
Encode bytes to the writer.