Panda3D
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
panda
src
express
virtualFileMountMultifile.I
1
// Filename: virtualFileMountMultifile.I
2
// Created by: drose (03Aug02)
3
//
4
////////////////////////////////////////////////////////////////////
5
//
6
// PANDA 3D SOFTWARE
7
// Copyright (c) Carnegie Mellon University. All rights reserved.
8
//
9
// All use of this software is subject to the terms of the revised BSD
10
// license. You should have received a copy of this license along
11
// with this source code in a file named "LICENSE."
12
//
13
////////////////////////////////////////////////////////////////////
14
15
16
////////////////////////////////////////////////////////////////////
17
// Function: VirtualFileMountMultifile::Constructor
18
// Access: Public
19
// Description:
20
////////////////////////////////////////////////////////////////////
21
INLINE VirtualFileMountMultifile::
22
VirtualFileMountMultifile(
Multifile
*multifile) :
23
_multifile(multifile)
24
{
25
}
26
27
////////////////////////////////////////////////////////////////////
28
// Function: VirtualFileMountMultifile::get_multifile
29
// Access: Public
30
// Description: Returns the Multifile pointer that this mount object
31
// is based on.
32
////////////////////////////////////////////////////////////////////
33
INLINE
Multifile
*
VirtualFileMountMultifile::
34
get_multifile
()
const
{
35
return
_multifile;
36
}
VirtualFileMountMultifile::get_multifile
Multifile * get_multifile() const
Returns the Multifile pointer that this mount object is based on.
Definition:
virtualFileMountMultifile.I:34
Multifile
A file that contains a set of files.
Definition:
multifile.h:34
Generated on Mon Feb 1 2016 13:44:24 for Panda3D by
1.8.5