GeometryHeaderFlags constructor

GeometryHeaderFlags(
  1. int b
)

Implementation

GeometryHeaderFlags(int b) {
  this.b = b;
}