Panda3D
Enumerations | Functions
omitReason.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandatoolbase.h"

Go to the source code of this file.

Enumerations

enum  OmitReason {
  OR_none, OR_working, OR_omitted, OR_size,
  OR_solitary, OR_coverage, OR_unknown, OR_unused,
  OR_default_omit
}
 This enumerates the reasons why a texture may not have been placed in a palette image. More...
 

Functions

std::ostream & operator<< (std::ostream &out, OmitReason omit)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-11-30

Definition in file omitReason.h.

Enumeration Type Documentation

◆ OmitReason

enum OmitReason

This enumerates the reasons why a texture may not have been placed in a palette image.

Definition at line 23 of file omitReason.h.