man SoWriteAction () - Writes a scene graph to a file
NAME
SoWriteAction - Writes a scene graph to a file
INHERITS FROM
SoAction > SoWriteAction
SYNOPSIS
#include <Inventor/actions/SoWriteAction.h>
Methods from class SoWriteAction:
c
}
c
}
SoWriteAction()
c
}
c
}
SoWriteAction(SoOutput *out)
c
}
c
}
getOutput() const
Methods from class SoAction:
c
}
c
}
apply(SoNode *node)
c
}
c
}
apply(SoPath *path)
c
}
c
}
apply(const SoPathList &pathList, SbBool obeysRules = FALSE)
c
}
c
}
getClassTypeId()
c
}
c
}
getTypeId()
c
}
c
}
isOfType(SoType type)
c
}
c
}
invalidateState()
DESCRIPTION
This class is used for writing scene graphs to files. It contains an SoOutput instance that by default writes to the standard output. Methods on the SoOutput can be called to specify what file or memory buffer to write to.
METHODS
c
}
c
}
SoWriteAction()
Constructor.
c
}
c
}
SoWriteAction(SoOutput *out)
Constructor that takes an SoOutput to use for output.
c
}
c
}
getOutput() const
Returns pointer to SoOutput instance in action.
SEE ALSO
SoOutput